#571EAD

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

Shades of Purple Heart #571EAD

Tints of Purple Heart #571EAD

Color information

#571EAD (or 0x571EAD) is unknown color: approx Purple Heart. HEX triplet: 57, 1E and AD. RGB value is (87,30,173). Sum of RGB (Red+Green+Blue) = 87+30+173=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #571EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571EAD is #A8E152. Grayscale: #3E3E3E. Windows color (decimal): -11067731 or 11345495. OLE color: 11345495.

HSL color Cylindrical-coordinate representation of color #571EAD: hue angle of 263.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571EAD is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8730173-
CMYK0.500.8300.32
HSL263.92º70.44%39.8%-
HSV(B)263.92º82.66%67.84%-
XYZ11.945.9740.06-
YUV63.34189.88144.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 173 (67.97% from 255) = 59.66%
R=30%
G=10.34%
B=59.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87301730.500.8300.32263.9270.4439.8
Hex571EAD32530201084628
Octal127362556212304041010650
Binary10101111111010101101110010101001101000001000010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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