#572EBA

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

Shades of Purple Heart #572EBA

Tints of Purple Heart #572EBA

Color information

#572EBA (or 0x572EBA) is unknown color: approx Purple Heart. HEX triplet: 57, 2E and BA. RGB value is (87,46,186). Sum of RGB (Red+Green+Blue) = 87+46+186=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #572EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572EBA is #A8D145. Grayscale: #494949. Windows color (decimal): -11063622 or 12201559. OLE color: 12201559.

HSL color Cylindrical-coordinate representation of color #572EBA: hue angle of 257.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572EBA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8746186-
CMYK0.530.7500.27
HSL257.57º60.34%45.49%-
HSV(B)257.57º75.27%72.94%-
XYZ13.777.5347.18-
YUV74.22191.08137.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=27.27%
G=14.42%
B=58.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87461860.530.7500.27257.5760.3445.49
Hex572EBA354B01B1023c2d
Octal12756272651130334027455
Binary1010111101110101110101101011001011011011100000010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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