#6E18CD

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

Shades of Purple Heart #6E18CD

Tints of Purple Heart #6E18CD

Color information

#6E18CD (or 0x6E18CD) is unknown color: approx Purple Heart. HEX triplet: 6E, 18 and CD. RGB value is (110,24,205). Sum of RGB (Red+Green+Blue) = 110+24+205=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E18CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E18CD is #91E732. Grayscale: #454545. Windows color (decimal): -9561907 or 13441134. OLE color: 13441134.

HSL color Cylindrical-coordinate representation of color #6E18CD: hue angle of 268.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E18CD is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11024205-
CMYK0.460.8800.20
HSL268.51º79.04%44.9%-
HSV(B)268.51º88.29%80.39%-
XYZ17.788.3858.44-
YUV70.35203.99156.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 24 (9.77% from 255) = 7.08%
BLUE value IS 205 (80.47% from 255) = 60.47%
R=32.45%
G=7.08%
B=60.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110242050.460.8800.20268.5179.0444.9
Hex6E18CD2E5801410d4f2d
Octal156303155613002441511755
Binary1101110110001100110110111010110000101001000011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E18CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,205); }

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

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

 a { background-color: rgb(110,24,205); }

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

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

 span { border-color: rgb(110,24,205); }

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