#6C12AA

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

Shades of Purple Heart #6C12AA

Tints of Purple Heart #6C12AA

Color information

#6C12AA (or 0x6C12AA) is unknown color: approx Purple Heart. HEX triplet: 6C, 12 and AA. RGB value is (108,18,170). Sum of RGB (Red+Green+Blue) = 108+18+170=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C12AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C12AA is #93ED55. Grayscale: #3D3D3D. Windows color (decimal): -9694550 or 11145836. OLE color: 11145836.

HSL color Cylindrical-coordinate representation of color #6C12AA: hue angle of 275.53º 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 #6C12AA is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10818170-
CMYK0.360.8900.33
HSL275.53º80.85%36.86%-
HSV(B)275.53º89.41%66.67%-
XYZ13.666.5238.57-
YUV62.24188.82160.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.49%
GREEN value IS 18 (7.42% from 255) = 6.08%
BLUE value IS 170 (66.80% from 255) = 57.43%
R=36.49%
G=6.08%
B=57.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108181700.360.8900.33275.5380.8536.86
Hex6C12AA24590211145125
Octal154222524413104142412145
Binary11011001001010101010100100101100101000011000101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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