#570ABA

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

Shades of Purple Heart #570ABA

Tints of Purple Heart #570ABA

Color information

#570ABA (or 0x570ABA) is unknown color: approx Purple Heart. HEX triplet: 57, 0A and BA. RGB value is (87,10,186). Sum of RGB (Red+Green+Blue) = 87+10+186=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #570ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ABA is #A8F545. Grayscale: #343434. Windows color (decimal): -11072838 or 12192343. OLE color: 12192343.

HSL color Cylindrical-coordinate representation of color #570ABA: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570ABA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8710186-
CMYK0.530.9500.27
HSL266.25º89.8%38.43%-
HSV(B)266.25º94.62%72.94%-
XYZ12.95.7946.89-
YUV53.09203.01152.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 186 (73.05% from 255) = 65.72%
R=30.74%
G=3.53%
B=65.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87101860.530.9500.27266.2589.838.43
Hex57ABA355F01B10a5a26
Octal127122726513703341213246
Binary101011110101011101011010110111110110111000010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570ABA; }

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

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

<style>
 a { background-color: #570ABA; }

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

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

<style>
 span { border-color: #570ABA; }

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

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