#6E0DC4

Color #6E0DC4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6E0DC4

Tints of Purple Heart #6E0DC4

Color information

#6E0DC4 (or 0x6E0DC4) is unknown color: approx Purple Heart. HEX triplet: 6E, 0D and C4. RGB value is (110,13,196). Sum of RGB (Red+Green+Blue) = 110+13+196=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 196 (76.95% from 255 or 61.44% from 319); Max value from RGB is 196 - color contains mainly: blue. Hex color #6E0DC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0DC4 is #91F23B. Grayscale: #3E3E3E. Windows color (decimal): -9564732 or 12848494. OLE color: 12848494.

HSL color Cylindrical-coordinate representation of color #6E0DC4: hue angle of 271.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0DC4 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11013196-
CMYK0.440.9300.23
HSL271.8º87.56%40.98%-
HSV(B)271.8º93.37%76.86%-
XYZ16.547.5952.82-
YUV62.86203.14161.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 196 (76.95% from 255) = 61.44%
R=34.48%
G=4.08%
B=61.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal110131960.440.9300.23271.887.5640.98
Hex6EDC42C5D0171105829
Octal156153045413502742013051
Binary110111011011100010010110010111010101111000100001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E0DC4; }

 p { color: rgb(110,13,196); }

 H1.HeaderClassName
 {
   color: #6E0DC4;
 }
 .AnyTagClassName
 {
   color: #6E0DC4;
 }
</style>
background-color css

<style>
 a { background-color: #6E0DC4; }

 a { background-color: rgb(110,13,196); }

 div.DivClassName
 {
   background-color: #6E0DC4;
 }
 .BgClassName
 {
   background-color: #6E0DC4;
 }
</style>
border-color css

<style>
 span { border-color: #6E0DC4; }

 span { border-color: rgb(110,13,196); }

 td.TdClassName
 {
   border-color: #6E0DC4;
 }
 .TagClassName
 {
   border-color: #6E0DC4;
 }
</style>