#571BA8

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

Shades of Purple Heart #571BA8

Tints of Purple Heart #571BA8

Color information

#571BA8 (or 0x571BA8) is unknown color: approx Purple Heart. HEX triplet: 57, 1B and A8. RGB value is (87,27,168). Sum of RGB (Red+Green+Blue) = 87+27+168=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #571BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571BA8 is #A8E457. Grayscale: #3C3C3C. Windows color (decimal): -11068504 or 11017047. OLE color: 11017047.

HSL color Cylindrical-coordinate representation of color #571BA8: hue angle of 265.53º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #571BA8 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8727168-
CMYK0.480.8400.34
HSL265.53º72.31%38.24%-
HSV(B)265.53º83.93%65.88%-
XYZ11.395.6437.53-
YUV61.01188.38146.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 168 (66.02% from 255) = 59.57%
R=30.85%
G=9.57%
B=59.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87271680.480.8400.34265.5372.3138.24
Hex571BA8305402210a4826
Octal127332506012404241211046
Binary10101111101110101000110000101010001000101000010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,27,168); }

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

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

 a { background-color: rgb(87,27,168); }

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

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

 span { border-color: rgb(87,27,168); }

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