#570ABE

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

Shades of Purple Heart #570ABE

Tints of Purple Heart #570ABE

Color information

#570ABE (or 0x570ABE) is unknown color: approx Purple Heart. HEX triplet: 57, 0A and BE. RGB value is (87,10,190). Sum of RGB (Red+Green+Blue) = 87+10+190=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #570ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ABE is #A8F541. Grayscale: #343434. Windows color (decimal): -11072834 or 12454487. OLE color: 12454487.

HSL color Cylindrical-coordinate representation of color #570ABE: hue angle of 265.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570ABE is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8710190-
CMYK0.540.9500.25
HSL265.67º90%39.22%-
HSV(B)265.67º94.74%74.51%-
XYZ13.335.9649.16-
YUV53.54205.01151.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 190 (74.61% from 255) = 66.20%
R=30.31%
G=3.48%
B=66.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87101900.540.9500.25265.679039.22
Hex57ABE365F01910a5a27
Octal127122766613703141213247
Binary101011110101011111011011010111110110011000010101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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