#581ED1

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

Shades of Purple Heart #581ED1

Tints of Purple Heart #581ED1

Color information

#581ED1 (or 0x581ED1) is unknown color: approx Purple Heart. HEX triplet: 58, 1E and D1. RGB value is (88,30,209). Sum of RGB (Red+Green+Blue) = 88+30+209=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #581ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ED1 is #A7E12E. Grayscale: #434343. Windows color (decimal): -11002159 or 13704792. OLE color: 13704792.

HSL color Cylindrical-coordinate representation of color #581ED1: hue angle of 259.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581ED1 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8830209-
CMYK0.580.8600.18
HSL259.44º74.9%46.86%-
HSV(B)259.44º85.65%81.96%-
XYZ167.6160.95-
YUV67.75207.72142.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 209 (82.03% from 255) = 63.91%
R=26.91%
G=9.17%
B=63.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal88302090.580.8600.18259.4474.946.86
Hex581ED13A560121034b2f
Octal130363217212602240311357
Binary1011000111101101000111101010101100100101000000111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,30,209); }

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

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

 a { background-color: rgb(88,30,209); }

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

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

 span { border-color: rgb(88,30,209); }

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