#572BCC

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

Shades of Purple Heart #572BCC

Tints of Purple Heart #572BCC

Color information

#572BCC (or 0x572BCC) is unknown color: approx Purple Heart. HEX triplet: 57, 2B and CC. RGB value is (87,43,204). Sum of RGB (Red+Green+Blue) = 87+43+204=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #572BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572BCC is #A8D433. Grayscale: #494949. Windows color (decimal): -11064372 or 13380439. OLE color: 13380439.

HSL color Cylindrical-coordinate representation of color #572BCC: hue angle of 256.4º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572BCC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8743204-
CMYK0.570.7900.2
HSL256.4º65.18%48.43%-
HSV(B)256.4º78.92%80%-
XYZ15.698.1157.87-
YUV74.51201.08136.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 43 (17.19% from 255) = 12.87%
BLUE value IS 204 (80.08% from 255) = 61.08%
R=26.05%
G=12.87%
B=61.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87432040.570.7900.2256.465.1848.43
Hex572BCC394F0141004130
Octal127533147111702440010160
Binary10101111010111100110011100110011110101001000000001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,204); }

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

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

 a { background-color: rgb(87,43,204); }

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

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

 span { border-color: rgb(87,43,204); }

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