#572BC0

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

Shades of Purple Heart #572BC0

Tints of Purple Heart #572BC0

Color information

#572BC0 (or 0x572BC0) is unknown color: approx Purple Heart. HEX triplet: 57, 2B and C0. RGB value is (87,43,192). Sum of RGB (Red+Green+Blue) = 87+43+192=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #572BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572BC0 is #A8D43F. Grayscale: #484848. Windows color (decimal): -11064384 or 12594007. OLE color: 12594007.

HSL color Cylindrical-coordinate representation of color #572BC0: hue angle of 257.72º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572BC0 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8743192-
CMYK0.550.7800.25
HSL257.72º63.4%46.08%-
HSV(B)257.72º77.6%75.29%-
XYZ14.317.5650.57-
YUV73.14195.08137.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 192 (75.39% from 255) = 59.63%
R=27.02%
G=13.35%
B=59.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87431920.550.7800.25257.7263.446.08
Hex572BC0374E0191023f2e
Octal12753300671160314027756
Binary1010111101011110000001101111001110011001100000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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