#572CB0

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

Shades of Purple Heart #572CB0

Tints of Purple Heart #572CB0

Color information

#572CB0 (or 0x572CB0) is unknown color: approx Purple Heart. HEX triplet: 57, 2C and B0. RGB value is (87,44,176). Sum of RGB (Red+Green+Blue) = 87+44+176=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #572CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572CB0 is #A8D34F. Grayscale: #474747. Windows color (decimal): -11064144 or 11545687. OLE color: 11545687.

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

Color convert

RGB8744176-
CMYK0.510.7500.31
HSL259.55º60%43.14%-
HSV(B)259.55º75%69.02%-
XYZ12.676.9641.75-
YUV71.9186.75138.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 176 (69.14% from 255) = 57.33%
R=28.34%
G=14.33%
B=57.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87441760.510.7500.31259.556043.14
Hex572CB0334B01F1043c2b
Octal12754260631130374047453
Binary1010111101100101100001100111001011011111100000100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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