#6E0CB8

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

Shades of Purple Heart #6E0CB8

Tints of Purple Heart #6E0CB8

Color information

#6E0CB8 (or 0x6E0CB8) is unknown color: approx Purple Heart. HEX triplet: 6E, 0C and B8. RGB value is (110,12,184). Sum of RGB (Red+Green+Blue) = 110+12+184=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 184 (72.27% from 255 or 60.13% from 306); Max value from RGB is 184 - color contains mainly: blue. Hex color #6E0CB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CB8 is #91F347. Grayscale: #3C3C3C. Windows color (decimal): -9565000 or 12061806. OLE color: 12061806.

HSL color Cylindrical-coordinate representation of color #6E0CB8: hue angle of 274.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0CB8 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11012184-
CMYK0.400.9300.28
HSL274.19º87.76%38.43%-
HSV(B)274.19º93.48%72.16%-
XYZ15.217.0445.9-
YUV60.91197.47163.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 184 (72.27% from 255) = 60.13%
R=35.95%
G=3.92%
B=60.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal110121840.400.9300.28274.1987.7638.43
Hex6ECB8285D01C1125826
Octal156142705013503442213046
Binary110111011001011100010100010111010111001000100101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,12,184); }

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

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

 a { background-color: rgb(110,12,184); }

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

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

 span { border-color: rgb(110,12,184); }

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