#572BAB

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

Shades of Purple Heart #572BAB

Tints of Purple Heart #572BAB

Color information

#572BAB (or 0x572BAB) is unknown color: approx Purple Heart. HEX triplet: 57, 2B and AB. RGB value is (87,43,171). Sum of RGB (Red+Green+Blue) = 87+43+171=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #572BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572BAB is #A8D454. Grayscale: #464646. Windows color (decimal): -11064405 or 11217751. OLE color: 11217751.

HSL color Cylindrical-coordinate representation of color #572BAB: hue angle of 260.62º degrees, saturation: 0.6, 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 #572BAB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8743171-
CMYK0.490.7500.33
HSL260.62º59.81%41.96%-
HSV(B)260.62º74.85%67.06%-
XYZ12.156.6939.18-
YUV70.75184.58139.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 43 (17.19% from 255) = 14.29%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=28.90%
G=14.29%
B=56.81%

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
Decimal87431710.490.7500.33260.6259.8141.96
Hex572BAB314B0211053c2a
Octal12753253611130414057452
Binary10101111010111010101111000110010110100001100000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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