#571ABF

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

Shades of Purple Heart #571ABF

Tints of Purple Heart #571ABF

Color information

#571ABF (or 0x571ABF) is unknown color: approx Purple Heart. HEX triplet: 57, 1A and BF. RGB value is (87,26,191). Sum of RGB (Red+Green+Blue) = 87+26+191=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #571ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ABF is #A8E540. Grayscale: #3E3E3E. Windows color (decimal): -11068737 or 12524119. OLE color: 12524119.

HSL color Cylindrical-coordinate representation of color #571ABF: hue angle of 262.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571ABF is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8726191-
CMYK0.540.8600.25
HSL262.18º76.04%42.55%-
HSV(B)262.18º86.39%74.9%-
XYZ13.76.5349.83-
YUV63.05200.21145.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.62%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 191 (75% from 255) = 62.83%
R=28.62%
G=8.55%
B=62.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87261910.540.8600.25262.1876.0442.55
Hex571ABF36560191064c2b
Octal127322776612603140611453
Binary1010111110101011111111011010101100110011000001101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571ABF; }

 p { color: rgb(87,26,191); }

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

<style>
 a { background-color: #571ABF; }

 a { background-color: rgb(87,26,191); }

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

<style>
 span { border-color: #571ABF; }

 span { border-color: rgb(87,26,191); }

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