#581ABF

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

Shades of Purple Heart #581ABF

Tints of Purple Heart #581ABF

Color information

#581ABF (or 0x581ABF) is unknown color: approx Purple Heart. HEX triplet: 58, 1A and BF. RGB value is (88,26,191). Sum of RGB (Red+Green+Blue) = 88+26+191=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #581ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ABF is #A7E540. Grayscale: #3E3E3E. Windows color (decimal): -11003201 or 12524120. OLE color: 12524120.

HSL color Cylindrical-coordinate representation of color #581ABF: hue angle of 262.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581ABF is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8826191-
CMYK0.540.8600.25
HSL262.55º76.04%42.55%-
HSV(B)262.55º86.39%74.9%-
XYZ13.86.5849.83-
YUV63.35200.04145.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 191 (75% from 255) = 62.62%
R=28.85%
G=8.52%
B=62.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88261910.540.8600.25262.5576.0442.55
Hex581ABF36560191074c2b
Octal130322776612603140711453
Binary1011000110101011111111011010101100110011000001111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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