#6E12AA

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

Shades of Purple Heart #6E12AA

Tints of Purple Heart #6E12AA

Color information

#6E12AA (or 0x6E12AA) is unknown color: approx Purple Heart. HEX triplet: 6E, 12 and AA. RGB value is (110,18,170). Sum of RGB (Red+Green+Blue) = 110+18+170=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E12AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E12AA is #91ED55. Grayscale: #3E3E3E. Windows color (decimal): -9563478 or 11145838. OLE color: 11145838.

HSL color Cylindrical-coordinate representation of color #6E12AA: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E12AA is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11018170-
CMYK0.350.8900.33
HSL276.32º80.85%36.86%-
HSV(B)276.32º89.41%66.67%-
XYZ13.96.6538.58-
YUV62.84188.48161.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=36.91%
G=6.04%
B=57.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110181700.350.8900.33276.3280.8536.86
Hex6E12AA23590211145125
Octal156222524313104142412145
Binary11011101001010101010100011101100101000011000101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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