#581BA8

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

Shades of Purple Heart #581BA8

Tints of Purple Heart #581BA8

Color information

#581BA8 (or 0x581BA8) is unknown color: approx Purple Heart. HEX triplet: 58, 1B and A8. RGB value is (88,27,168). Sum of RGB (Red+Green+Blue) = 88+27+168=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #581BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BA8 is #A7E457. Grayscale: #3C3C3C. Windows color (decimal): -11002968 or 11017048. OLE color: 11017048.

HSL color Cylindrical-coordinate representation of color #581BA8: hue angle of 265.96º 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 #581BA8 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8827168-
CMYK0.480.8400.34
HSL265.96º72.31%38.24%-
HSV(B)265.96º83.93%65.88%-
XYZ11.485.6937.54-
YUV61.31188.21147.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 168 (66.02% from 255) = 59.36%
R=31.10%
G=9.54%
B=59.36%

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
Decimal88271680.480.8400.34265.9672.3138.24
Hex581BA8305402210a4826
Octal130332506012404241211046
Binary10110001101110101000110000101010001000101000010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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