#5624AC

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

Shades of Purple Heart #5624AC

Tints of Purple Heart #5624AC

Color information

#5624AC (or 0x5624AC) is unknown color: approx Purple Heart. HEX triplet: 56, 24 and AC. RGB value is (86,36,172). Sum of RGB (Red+Green+Blue) = 86+36+172=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #5624AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5624AC is #A9DB53. Grayscale: #414141. Windows color (decimal): -11131732 or 11281494. OLE color: 11281494.

HSL color Cylindrical-coordinate representation of color #5624AC: hue angle of 262.06º 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 #5624AC is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8636172-
CMYK0.50.7900.33
HSL262.06º65.38%40.78%-
HSV(B)262.06º79.07%67.45%-
XYZ11.926.2239.6-
YUV66.45187.56141.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 172 (67.58% from 255) = 58.50%
R=29.25%
G=12.24%
B=58.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86361720.50.7900.33262.0665.3840.78
Hex5624AC324F0211064129
Octal126442546211704140610151
Binary101011010010010101100110010100111101000011000001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5624AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5624AC; }

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

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

<style>
 a { background-color: #5624AC; }

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

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

<style>
 span { border-color: #5624AC; }

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

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