#581DD6

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

Shades of Purple Heart #581DD6

Tints of Purple Heart #581DD6

Color information

#581DD6 (or 0x581DD6) is unknown color: approx Purple Heart. HEX triplet: 58, 1D and D6. RGB value is (88,29,214). Sum of RGB (Red+Green+Blue) = 88+29+214=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 214 (83.98% from 255 or 64.65% from 331); Max value from RGB is 214 - color contains mainly: blue. Hex color #581DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581DD6 is #A7E229. Grayscale: #434343. Windows color (decimal): -11002410 or 14032216. OLE color: 14032216.

HSL color Cylindrical-coordinate representation of color #581DD6: hue angle of 259.14º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581DD6 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8829214-
CMYK0.590.8600.16
HSL259.14º76.13%47.65%-
HSV(B)259.14º86.45%83.92%-
XYZ16.67.8164.25-
YUV67.73210.55142.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 214 (83.98% from 255) = 64.65%
R=26.59%
G=8.76%
B=64.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal88292140.590.8600.16259.1476.1347.65
Hex581DD63B560101034c30
Octal130353267312602040311460
Binary1011000111011101011011101110101100100001000000111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,214); }

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

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

 a { background-color: rgb(88,29,214); }

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

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

 span { border-color: rgb(88,29,214); }

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