#571AAC

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

Shades of Purple Heart #571AAC

Tints of Purple Heart #571AAC

Color information

#571AAC (or 0x571AAC) is unknown color: approx Purple Heart. HEX triplet: 57, 1A and AC. RGB value is (87,26,172). Sum of RGB (Red+Green+Blue) = 87+26+172=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #571AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571AAC is #A8E553. Grayscale: #3C3C3C. Windows color (decimal): -11068756 or 11278935. OLE color: 11278935.

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

Color convert

RGB8726172-
CMYK0.490.8500.33
HSL265.07º73.74%38.82%-
HSV(B)265.07º84.88%67.45%-
XYZ11.755.7439.52-
YUV60.88190.71146.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=30.53%
G=9.12%
B=60.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87261720.490.8500.33265.0773.7438.82
Hex571AAC31550211094a27
Octal127322546112504141111247
Binary10101111101010101100110001101010101000011000010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,26,172); }

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

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

 a { background-color: rgb(87,26,172); }

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

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

 span { border-color: rgb(87,26,172); }

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