#581AAB

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

Shades of Purple Heart #581AAB

Tints of Purple Heart #581AAB

Color information

#581AAB (or 0x581AAB) is unknown color: approx Purple Heart. HEX triplet: 58, 1A and AB. RGB value is (88,26,171). Sum of RGB (Red+Green+Blue) = 88+26+171=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #581AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AAB is #A7E554. Grayscale: #3C3C3C. Windows color (decimal): -11003221 or 11213400. OLE color: 11213400.

HSL color Cylindrical-coordinate representation of color #581AAB: hue angle of 265.66º 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 #581AAB is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8826171-
CMYK0.490.8500.33
HSL265.66º73.6%38.63%-
HSV(B)265.66º84.8%67.06%-
XYZ11.745.7539.02-
YUV61.07190.04147.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 171 (67.19% from 255) = 60%
R=30.88%
G=9.12%
B=60%

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
Decimal88261710.490.8500.33265.6673.638.63
Hex581AAB315502110a4a27
Octal130322536112504141211247
Binary10110001101010101011110001101010101000011000010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581AAB; }

 p { color: rgb(88,26,171); }

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

<style>
 a { background-color: #581AAB; }

 a { background-color: rgb(88,26,171); }

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

<style>
 span { border-color: #581AAB; }

 span { border-color: rgb(88,26,171); }

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