#571CAE

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

Shades of Purple Heart #571CAE

Tints of Purple Heart #571CAE

Color information

#571CAE (or 0x571CAE) is unknown color: approx Purple Heart. HEX triplet: 57, 1C and AE. RGB value is (87,28,174). Sum of RGB (Red+Green+Blue) = 87+28+174=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #571CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571CAE is #A8E351. Grayscale: #3D3D3D. Windows color (decimal): -11068242 or 11410519. OLE color: 11410519.

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

Color convert

RGB8728174-
CMYK0.50.8400.32
HSL264.25º72.28%39.61%-
HSV(B)264.25º83.91%68.24%-
XYZ11.995.9140.55-
YUV62.28191.05145.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=30.10%
G=9.69%
B=60.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87281740.50.8400.32264.2572.2839.61
Hex571CAE32540201084828
Octal127342566212404041011050
Binary10101111110010101110110010101010001000001000010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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