#572AB0

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

Shades of Purple Heart #572AB0

Tints of Purple Heart #572AB0

Color information

#572AB0 (or 0x572AB0) is unknown color: approx Purple Heart. HEX triplet: 57, 2A and B0. RGB value is (87,42,176). Sum of RGB (Red+Green+Blue) = 87+42+176=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #572AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572AB0 is #A8D54F. Grayscale: #464646. Windows color (decimal): -11064656 or 11545175. OLE color: 11545175.

HSL color Cylindrical-coordinate representation of color #572AB0: hue angle of 260.15º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572AB0 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8742176-
CMYK0.510.7600.31
HSL260.15º61.47%42.75%-
HSV(B)260.15º76.14%69.02%-
XYZ12.596.8241.73-
YUV70.73187.41139.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 176 (69.14% from 255) = 57.70%
R=28.52%
G=13.77%
B=57.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87421760.510.7600.31260.1561.4742.75
Hex572AB0334C01F1043d2b
Octal12752260631140374047553
Binary1010111101010101100001100111001100011111100000100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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