#572DD4

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

Shades of Purple Heart #572DD4

Tints of Purple Heart #572DD4

Color information

#572DD4 (or 0x572DD4) is unknown color: approx Purple Heart. HEX triplet: 57, 2D and D4. RGB value is (87,45,212). Sum of RGB (Red+Green+Blue) = 87+45+212=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 212 (83.20% from 255 or 61.63% from 344); Max value from RGB is 212 - color contains mainly: blue. Hex color #572DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572DD4 is #A8D22B. Grayscale: #4B4B4B. Windows color (decimal): -11063852 or 13905239. OLE color: 13905239.

HSL color Cylindrical-coordinate representation of color #572DD4: hue angle of 255.09º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572DD4 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8745212-
CMYK0.590.7900.17
HSL255.09º66.01%50.39%-
HSV(B)255.09º78.77%83.14%-
XYZ16.758.6663.08-
YUV76.6204.41135.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 45 (17.97% from 255) = 13.08%
BLUE value IS 212 (83.20% from 255) = 61.63%
R=25.29%
G=13.08%
B=61.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal87452120.590.7900.17255.0966.0150.39
Hex572DD43B4F011ff4232
Octal127553247311702137710262
Binary1010111101101110101001110111001111010001111111111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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