#6E18C6

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

Shades of Purple Heart #6E18C6

Tints of Purple Heart #6E18C6

Color information

#6E18C6 (or 0x6E18C6) is unknown color: approx Purple Heart. HEX triplet: 6E, 18 and C6. RGB value is (110,24,198). Sum of RGB (Red+Green+Blue) = 110+24+198=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E18C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E18C6 is #91E739. Grayscale: #444444. Windows color (decimal): -9561914 or 12982382. OLE color: 12982382.

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

Color convert

RGB11024198-
CMYK0.440.8800.22
HSL269.66º78.38%43.53%-
HSV(B)269.66º87.88%77.65%-
XYZ16.958.0554.09-
YUV69.55200.49156.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 24 (9.77% from 255) = 7.23%
BLUE value IS 198 (77.73% from 255) = 59.64%
R=33.13%
G=7.23%
B=59.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal110241980.440.8800.22269.6678.3843.53
Hex6E18C62C5801610e4e2c
Octal156303065413002641611654
Binary1101110110001100011010110010110000101101000011101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E18C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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