#6C12AE

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

Shades of Purple Heart #6C12AE

Tints of Purple Heart #6C12AE

Color information

#6C12AE (or 0x6C12AE) is unknown color: approx Purple Heart. HEX triplet: 6C, 12 and AE. RGB value is (108,18,174). Sum of RGB (Red+Green+Blue) = 108+18+174=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C12AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C12AE is #93ED51. Grayscale: #3E3E3E. Windows color (decimal): -9694546 or 11407980. OLE color: 11407980.

HSL color Cylindrical-coordinate representation of color #6C12AE: hue angle of 274.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C12AE is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10818174-
CMYK0.380.9000.32
HSL274.62º81.25%37.65%-
HSV(B)274.62º89.66%68.24%-
XYZ14.046.6840.59-
YUV62.69190.82160.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 174 (68.36% from 255) = 58%
R=36%
G=6%
B=58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108181740.380.9000.32274.6281.2537.65
Hex6C12AE265A0201135126
Octal154222564613204042312146
Binary11011001001010101110100110101101001000001000100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C12AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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