#6E12CA

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

Shades of Purple Heart #6E12CA

Tints of Purple Heart #6E12CA

Color information

#6E12CA (or 0x6E12CA) is unknown color: approx Purple Heart. HEX triplet: 6E, 12 and CA. RGB value is (110,18,202). Sum of RGB (Red+Green+Blue) = 110+18+202=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E12CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12CA is #91ED35. Grayscale: #414141. Windows color (decimal): -9563446 or 13242990. OLE color: 13242990.

HSL color Cylindrical-coordinate representation of color #6E12CA: hue angle of 270º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E12CA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11018202-
CMYK0.460.9100.21
HSL270º83.64%43.14%-
HSV(B)270º91.09%79.22%-
XYZ17.318.0156.51-
YUV66.48204.48159.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 5.45%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=33.33%
G=5.45%
B=61.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110182020.460.9100.2127083.6443.14
Hex6E12CA2E5B01510e542b
Octal156223125613302541612453
Binary1101110100101100101010111010110110101011000011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,18,202); }

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

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

 a { background-color: rgb(110,18,202); }

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

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

 span { border-color: rgb(110,18,202); }

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