#581eb2

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

Shades of Purple Heart #581EB2

Tints of Purple Heart #581EB2

Color information

#581EB2 (or 0x581EB2) is unknown color: approx Purple Heart. HEX triplet: 58, 1E and B2. RGB value is (88,30,178). Sum of RGB (Red+Green+Blue) = 88+30+178=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #581EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581EB2 is #A7E14D. Grayscale: #3F3F3F. Windows color (decimal): -11002190 or 11673176. OLE color: 11673176.

HSL color Cylindrical-coordinate representation of color #581EB2: hue angle of 263.51º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581EB2 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8830178-
CMYK0.510.8300.30
HSL263.51º71.15%40.78%-
HSV(B)263.51º83.15%69.8%-
XYZ12.526.2242.66-
YUV64.21192.22144.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 178 (69.92% from 255) = 60.14%
R=29.73%
G=10.14%
B=60.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal88301780.510.8300.30263.5171.1540.78
Hex581EB2335301E1084729
Octal130362626312303641010751
Binary1011000111101011001011001110100110111101000010001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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