#581CAE

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

Shades of Purple Heart #581CAE

Tints of Purple Heart #581CAE

Color information

#581CAE (or 0x581CAE) is unknown color: approx Purple Heart. HEX triplet: 58, 1C and AE. RGB value is (88,28,174). Sum of RGB (Red+Green+Blue) = 88+28+174=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #581CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581CAE is #A7E351. Grayscale: #3E3E3E. Windows color (decimal): -11002706 or 11410520. OLE color: 11410520.

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

Color convert

RGB8828174-
CMYK0.490.8400.32
HSL264.66º72.28%39.61%-
HSV(B)264.66º83.91%68.24%-
XYZ12.085.9640.56-
YUV62.58190.88146.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 174 (68.36% from 255) = 60%
R=30.34%
G=9.66%
B=60%

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
Decimal88281740.490.8400.32264.6672.2839.61
Hex581CAE31540201094828
Octal130342566112404041111050
Binary10110001110010101110110001101010001000001000010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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