#6C12A4

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

Shades of Purple Heart #6C12A4

Tints of Purple Heart #6C12A4

Color information

#6C12A4 (or 0x6C12A4) is unknown color: approx Purple Heart. HEX triplet: 6C, 12 and A4. RGB value is (108,18,164). Sum of RGB (Red+Green+Blue) = 108+18+164=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #6C12A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C12A4 is #93ED5B. Grayscale: #3D3D3D. Windows color (decimal): -9694556 or 10752620. OLE color: 10752620.

HSL color Cylindrical-coordinate representation of color #6C12A4: hue angle of 276.99º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C12A4 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10818164-
CMYK0.340.8900.36
HSL276.99º80.22%35.69%-
HSV(B)276.99º89.02%64.31%-
XYZ13.16.335.65-
YUV61.55185.82161.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=37.24%
G=6.21%
B=56.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108181640.340.8900.36276.9980.2235.69
Hex6C12A422590241155024
Octal154222444213104442512044
Binary11011001001010100100100010101100101001001000101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C12A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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