#581DA4

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

Shades of Purple Heart #581DA4

Tints of Purple Heart #581DA4

Color information

#581DA4 (or 0x581DA4) is unknown color: approx Purple Heart. HEX triplet: 58, 1D and A4. RGB value is (88,29,164). Sum of RGB (Red+Green+Blue) = 88+29+164=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 164 (64.45% from 255 or 58.36% from 281); Max value from RGB is 164 - color contains mainly: blue. Hex color #581DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581DA4 is #A7E25B. Grayscale: #3D3D3D. Windows color (decimal): -11002460 or 10755416. OLE color: 10755416.

HSL color Cylindrical-coordinate representation of color #581DA4: hue angle of 266.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581DA4 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8829164-
CMYK0.460.8200.36
HSL266.22º69.95%37.84%-
HSV(B)266.22º82.32%64.31%-
XYZ11.165.6335.62-
YUV62.03185.55146.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 164 (64.45% from 255) = 58.36%
R=31.32%
G=10.32%
B=58.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88291640.460.8200.36266.2269.9537.84
Hex581DA42E5202410a4626
Octal130352445612204441210646
Binary10110001110110100100101110101001001001001000010101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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