#6C24AC

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

Shades of Purple Heart #6C24AC

Tints of Purple Heart #6C24AC

Color information

#6C24AC (or 0x6C24AC) is unknown color: approx Purple Heart. HEX triplet: 6C, 24 and AC. RGB value is (108,36,172). Sum of RGB (Red+Green+Blue) = 108+36+172=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C24AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C24AC is #93DB53. Grayscale: #484848. Windows color (decimal): -9689940 or 11281516. OLE color: 11281516.

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

Color convert

RGB10836172-
CMYK0.370.7900.33
HSL271.76º65.38%40.78%-
HSV(B)271.76º79.07%67.45%-
XYZ14.267.4339.71-
YUV73.03183.85152.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=34.18%
G=11.39%
B=54.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108361720.370.7900.33271.7665.3840.78
Hex6C24AC254F0211104129
Octal154442544511704142010151
Binary110110010010010101100100101100111101000011000100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C24AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,172); }

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

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

 a { background-color: rgb(108,36,172); }

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

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

 span { border-color: rgb(108,36,172); }

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