#6C24AE

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

Shades of Purple Heart #6C24AE

Tints of Purple Heart #6C24AE

Color information

#6C24AE (or 0x6C24AE) is unknown color: approx Purple Heart. HEX triplet: 6C, 24 and AE. RGB value is (108,36,174). Sum of RGB (Red+Green+Blue) = 108+36+174=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C24AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C24AE is #93DB51. Grayscale: #484848. Windows color (decimal): -9689938 or 11412588. OLE color: 11412588.

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

Color convert

RGB10836174-
CMYK0.380.7900.32
HSL271.3º65.71%41.18%-
HSV(B)271.3º79.31%68.24%-
XYZ14.467.5140.73-
YUV73.26184.85152.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=33.96%
G=11.32%
B=54.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108361740.380.7900.32271.365.7141.18
Hex6C24AE264F02010f4229
Octal154442564611704041710251
Binary110110010010010101110100110100111101000001000011111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C24AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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