#571EAB

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

Shades of Purple Heart #571EAB

Tints of Purple Heart #571EAB

Color information

#571EAB (or 0x571EAB) is unknown color: approx Purple Heart. HEX triplet: 57, 1E and AB. RGB value is (87,30,171). Sum of RGB (Red+Green+Blue) = 87+30+171=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #571EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571EAB is #A8E154. Grayscale: #3E3E3E. Windows color (decimal): -11067733 or 11214423. OLE color: 11214423.

HSL color Cylindrical-coordinate representation of color #571EAB: hue angle of 264.26º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571EAB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8730171-
CMYK0.490.8200.33
HSL264.26º70.15%39.41%-
HSV(B)264.26º82.46%67.06%-
XYZ11.755.939.05-
YUV63.12188.88145.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=30.21%
G=10.42%
B=59.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87301710.490.8200.33264.2670.1539.41
Hex571EAB31520211084627
Octal127362536112204141010647
Binary10101111111010101011110001101001001000011000010001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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