Html Css Color HEX #581DAD Purple Heart

📋 copy color: '#581DAD'

red 88 ◦ green 29 ◦ blue 173

#581DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #581DAD

Tints of Purple Heart #581DAD

RGB

 RED value IS 88 (34.77% from 255) = 30.34%

 GREEN value IS 29 (11.72% from 255) = 10%

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 30.34%
G = 10%
B = 59.66%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#581DAD (or 0x581DAD) is known color: Purple Heart. HEX triplet: 58, 1D and AD. RGB value is (88,29,173). Sum of RGB (Red+Green+Blue) = 88+29+173=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #581DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581DAD is #A7E252. Grayscale: #3E3E3E. Windows color (decimal): -11002451 or 11345240. OLE color: 11345240.

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

Color convert

RGB 88 29 173 -
CMYK 0.49 0.83 0 0.32
HSL 264.58º 0.71% 0.4% -
HSV(B) 264.58º 0.83% 0.68% -
XYZ 12.01 5.97 40.05 -
YUV 63.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 88 29 173 0.49 0.83 0 0.32 264.58 0.71 0.4
Hex 58 1D AD 31 53 0 20 109 47 28
Octal 130 35 255 61 123 0 40 411 107 50
Binary 1011000 11101 10101101 110001 1010011 0 100000 100001001 1000111 101000

Color Harmonies of #581DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581DAD

Black with #581DAD

Text Example


Text Example

White with #581DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #581DAD;
 }
 .AnyTagClassName
 {
   color: #581DAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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