#581BA9

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

Shades of Purple Heart #581BA9

Tints of Purple Heart #581BA9

Color information

#581BA9 (or 0x581BA9) is unknown color: approx Purple Heart. HEX triplet: 58, 1B and A9. RGB value is (88,27,169). Sum of RGB (Red+Green+Blue) = 88+27+169=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #581BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BA9 is #A7E456. Grayscale: #3C3C3C. Windows color (decimal): -11002967 or 11082584. OLE color: 11082584.

HSL color Cylindrical-coordinate representation of color #581BA9: hue angle of 265.77º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581BA9 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8827169-
CMYK0.480.8400.34
HSL265.77º72.45%38.43%-
HSV(B)265.77º84.02%66.27%-
XYZ11.585.7238.03-
YUV61.43188.71146.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=30.99%
G=9.51%
B=59.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88271690.480.8400.34265.7772.4538.43
Hex581BA9305402210a4826
Octal130332516012404241211046
Binary10110001101110101001110000101010001000101000010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,27,169); }

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

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

 a { background-color: rgb(88,27,169); }

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

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

 span { border-color: rgb(88,27,169); }

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