#570FAB

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

Shades of Purple Heart #570FAB

Tints of Purple Heart #570FAB

Color information

#570FAB (or 0x570FAB) is unknown color: approx Purple Heart. HEX triplet: 57, 0F and AB. RGB value is (87,15,171). Sum of RGB (Red+Green+Blue) = 87+15+171=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #570FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570FAB is #A8F054. Grayscale: #353535. Windows color (decimal): -11071573 or 11210583. OLE color: 11210583.

HSL color Cylindrical-coordinate representation of color #570FAB: hue angle of 267.69º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570FAB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8715171-
CMYK0.490.9100.33
HSL267.69º83.87%36.47%-
HSV(B)267.69º91.23%67.06%-
XYZ11.455.3138.95-
YUV54.31193.85151.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=31.87%
G=5.49%
B=62.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87151710.490.9100.33267.6983.8736.47
Hex57FAB315B02110c5424
Octal127172536113304141412444
Binary1010111111110101011110001101101101000011000011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,15,171); }

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

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

 a { background-color: rgb(87,15,171); }

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

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

 span { border-color: rgb(87,15,171); }

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