#572FCD

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

Shades of Purple Heart #572FCD

Tints of Purple Heart #572FCD

Color information

#572FCD (or 0x572FCD) is unknown color: approx Purple Heart. HEX triplet: 57, 2F and CD. RGB value is (87,47,205). Sum of RGB (Red+Green+Blue) = 87+47+205=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #572FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572FCD is #A8D032. Grayscale: #4C4C4C. Windows color (decimal): -11063347 or 13446999. OLE color: 13446999.

HSL color Cylindrical-coordinate representation of color #572FCD: hue angle of 255.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572FCD is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8747205-
CMYK0.580.7700.20
HSL255.19º62.7%49.41%-
HSV(B)255.19º77.07%80.39%-
XYZ15.978.4758.55-
YUV76.97200.25135.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 205 (80.47% from 255) = 60.47%
R=25.66%
G=13.86%
B=60.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87472050.580.7700.20255.1962.749.41
Hex572FCD3A4D014ff3f31
Octal12757315721150243777761
Binary101011110111111001101111010100110101010011111111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,205); }

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

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

 a { background-color: rgb(87,47,205); }

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

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

 span { border-color: rgb(87,47,205); }

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