#572EBC

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

Shades of Purple Heart #572EBC

Tints of Purple Heart #572EBC

Color information

#572EBC (or 0x572EBC) is unknown color: approx Purple Heart. HEX triplet: 57, 2E and BC. RGB value is (87,46,188). Sum of RGB (Red+Green+Blue) = 87+46+188=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #572EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572EBC is #A8D143. Grayscale: #494949. Windows color (decimal): -11063620 or 12332631. OLE color: 12332631.

HSL color Cylindrical-coordinate representation of color #572EBC: hue angle of 257.32º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572EBC is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8746188-
CMYK0.540.7600.26
HSL257.32º60.68%45.88%-
HSV(B)257.32º75.53%73.73%-
XYZ13.987.6148.31-
YUV74.45192.08136.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=27.10%
G=14.33%
B=58.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87461880.540.7600.26257.3260.6845.88
Hex572EBC364C01A1013d2e
Octal12756274661140324017556
Binary1010111101110101111001101101001100011010100000001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,46,188); }

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

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

 a { background-color: rgb(87,46,188); }

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

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

 span { border-color: rgb(87,46,188); }

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