#581FAE

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

Shades of Purple Heart #581FAE

Tints of Purple Heart #581FAE

Color information

#581FAE (or 0x581FAE) is unknown color: approx Purple Heart. HEX triplet: 58, 1F and AE. RGB value is (88,31,174). Sum of RGB (Red+Green+Blue) = 88+31+174=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #581FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581FAE is #A7E051. Grayscale: #3F3F3F. Windows color (decimal): -11001938 or 11411288. OLE color: 11411288.

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

Color convert

RGB8831174-
CMYK0.490.8200.32
HSL263.92º69.76%40.2%-
HSV(B)263.92º82.18%68.24%-
XYZ12.156.1140.58-
YUV64.34189.88144.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 31 (12.5% from 255) = 10.58%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=30.03%
G=10.58%
B=59.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88311740.490.8200.32263.9269.7640.2
Hex581FAE31520201084628
Octal130372566112204041010650
Binary10110001111110101110110001101001001000001000010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,31,174); }

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

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

 a { background-color: rgb(88,31,174); }

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

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

 span { border-color: rgb(88,31,174); }

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