#581BAD

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

Shades of Purple Heart #581BAD

Tints of Purple Heart #581BAD

Color information

#581BAD (or 0x581BAD) is unknown color: approx Purple Heart. HEX triplet: 58, 1B and AD. RGB value is (88,27,173). Sum of RGB (Red+Green+Blue) = 88+27+173=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #581BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BAD is #A7E452. Grayscale: #3D3D3D. Windows color (decimal): -11002963 or 11344728. OLE color: 11344728.

HSL color Cylindrical-coordinate representation of color #581BAD: hue angle of 265.07º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581BAD is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8827173-
CMYK0.490.8400.32
HSL265.07º73%39.22%-
HSV(B)265.07º84.39%67.84%-
XYZ11.965.8840.04-
YUV61.88190.71146.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 27 (10.94% from 255) = 9.38%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=30.56%
G=9.38%
B=60.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88271730.490.8400.32265.077339.22
Hex581BAD31540201094927
Octal130332556112404041111147
Binary10110001101110101101110001101010001000001000010011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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