#571AB4

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

Shades of Purple Heart #571AB4

Tints of Purple Heart #571AB4

Color information

#571AB4 (or 0x571AB4) is unknown color: approx Purple Heart. HEX triplet: 57, 1A and B4. RGB value is (87,26,180). Sum of RGB (Red+Green+Blue) = 87+26+180=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #571AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571AB4 is #A8E54B. Grayscale: #3D3D3D. Windows color (decimal): -11068748 or 11803223. OLE color: 11803223.

HSL color Cylindrical-coordinate representation of color #571AB4: hue angle of 263.77º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571AB4 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8726180-
CMYK0.520.8600.29
HSL263.77º74.76%40.39%-
HSV(B)263.77º85.56%70.59%-
XYZ12.546.0643.69-
YUV61.8194.71145.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 180 (70.70% from 255) = 61.43%
R=29.69%
G=8.87%
B=61.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87261800.520.8600.29263.7774.7640.39
Hex571AB4345601D1084b28
Octal127322646412603541011350
Binary1010111110101011010011010010101100111011000010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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