Html Css Color HEX #581DAF Purple Heart

📋 copy color: '#581DAF'

red 88 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #581DAF

Tints of Purple Heart #581DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 30.14%
G = 9.93%
B = 59.93%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#581DAF (or 0x581DAF) is known color: Purple Heart. HEX triplet: 58, 1D and AF. RGB value is (88,29,175). Sum of RGB (Red+Green+Blue) = 88+29+175=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #581DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581DAF is #A7E250. Grayscale: #3E3E3E. Windows color (decimal): -11002449 or 11476312. OLE color: 11476312.

HSL color Cylindrical-coordinate representation of color #581DAF: hue angle of 264.25º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581DAF is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 29 175 -
CMYK 0.50 0.83 0 0.31
HSL 264.25º 0.72% 0.4% -
HSV(B) 264.25º 0.83% 0.69% -
XYZ 12.2 6.05 41.08 -
YUV 63.29 191.05 145.63 -
System Red Green Blue C M Y K H S L
Decimal 88 29 175 0.50 0.83 0 0.31 264.25 0.72 0.4
Hex 58 1D AF 32 53 0 1F 108 48 28
Octal 130 35 257 62 123 0 37 410 110 50
Binary 1011000 11101 10101111 110010 1010011 0 11111 100001000 1001000 101000

Color Harmonies of #581DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581DAF

Black with #581DAF

Text Example


Text Example

White with #581DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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