#581BA4

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

Shades of Purple Heart #581BA4

Tints of Purple Heart #581BA4

Color information

#581BA4 (or 0x581BA4) is unknown color: approx Purple Heart. HEX triplet: 58, 1B and A4. RGB value is (88,27,164). Sum of RGB (Red+Green+Blue) = 88+27+164=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #581BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BA4 is #A7E45B. Grayscale: #3C3C3C. Windows color (decimal): -11002972 or 10754904. OLE color: 10754904.

HSL color Cylindrical-coordinate representation of color #581BA4: hue angle of 266.72º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581BA4 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8827164-
CMYK0.460.8400.36
HSL266.72º71.73%37.45%-
HSV(B)266.72º83.54%64.31%-
XYZ11.125.5435.61-
YUV60.86186.21147.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 164 (64.45% from 255) = 58.78%
R=31.54%
G=9.68%
B=58.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88271640.460.8400.36266.7271.7337.45
Hex581BA42E5402410b4825
Octal130332445612404441311045
Binary10110001101110100100101110101010001001001000010111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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