#572DD1

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

Shades of Purple Heart #572DD1

Tints of Purple Heart #572DD1

Color information

#572DD1 (or 0x572DD1) is unknown color: approx Purple Heart. HEX triplet: 57, 2D and D1. RGB value is (87,45,209). Sum of RGB (Red+Green+Blue) = 87+45+209=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #572DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572DD1 is #A8D22E. Grayscale: #4B4B4B. Windows color (decimal): -11063855 or 13708631. OLE color: 13708631.

HSL color Cylindrical-coordinate representation of color #572DD1: hue angle of 255.37º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572DD1 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8745209-
CMYK0.580.7800.18
HSL255.37º64.57%49.8%-
HSV(B)255.37º78.47%81.96%-
XYZ16.388.5161.1-
YUV76.25202.91135.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 45 (17.97% from 255) = 13.20%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=25.51%
G=13.20%
B=61.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87452090.580.7800.18255.3764.5749.8
Hex572DD13A4E012ff4132
Octal127553217211602237710162
Binary1010111101101110100011110101001110010010111111111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,45,209); }

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

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

 a { background-color: rgb(87,45,209); }

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

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

 span { border-color: rgb(87,45,209); }

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