#572AAB

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

Shades of Purple Heart #572AAB

Tints of Purple Heart #572AAB

Color information

#572AAB (or 0x572AAB) is unknown color: approx Purple Heart. HEX triplet: 57, 2A and AB. RGB value is (87,42,171). Sum of RGB (Red+Green+Blue) = 87+42+171=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #572AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572AAB is #A8D554. Grayscale: #454545. Windows color (decimal): -11064661 or 11217495. OLE color: 11217495.

HSL color Cylindrical-coordinate representation of color #572AAB: hue angle of 260.93º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572AAB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8742171-
CMYK0.490.7500.33
HSL260.93º60.56%41.76%-
HSV(B)260.93º75.44%67.06%-
XYZ12.116.6239.17-
YUV70.16184.91140.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 171 (67.19% from 255) = 57%
R=29%
G=14%
B=57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87421710.490.7500.33260.9360.5641.76
Hex572AAB314B0211053d2a
Octal12752253611130414057552
Binary10101111010101010101111000110010110100001100000101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572AAB; }

 p { color: rgb(87,42,171); }

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

<style>
 a { background-color: #572AAB; }

 a { background-color: rgb(87,42,171); }

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

<style>
 span { border-color: #572AAB; }

 span { border-color: rgb(87,42,171); }

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