#571CAA

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

Shades of Purple Heart #571CAA

Tints of Purple Heart #571CAA

Color information

#571CAA (or 0x571CAA) is unknown color: approx Purple Heart. HEX triplet: 57, 1C and AA. RGB value is (87,28,170). Sum of RGB (Red+Green+Blue) = 87+28+170=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #571CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571CAA is #A8E355. Grayscale: #3D3D3D. Windows color (decimal): -11068246 or 11148375. OLE color: 11148375.

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

Color convert

RGB8728170-
CMYK0.490.8400.33
HSL264.93º71.72%38.82%-
HSV(B)264.93º83.53%66.67%-
XYZ11.65.7638.53-
YUV61.83189.05145.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=30.53%
G=9.82%
B=59.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87281700.490.8400.33264.9371.7238.82
Hex571CAA31540211094827
Octal127342526112404141111047
Binary10101111110010101010110001101010001000011000010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,28,170); }

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

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

 a { background-color: rgb(87,28,170); }

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

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

 span { border-color: rgb(87,28,170); }

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