Html Css Color HEX #581DAB Purple Heart

📋 copy color: '#581DAB'

red 88 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #581DAB

Tints of Purple Heart #581DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 30.56%
G = 10.07%
B = 59.38%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#581DAB (or 0x581DAB) is known color: Purple Heart. HEX triplet: 58, 1D and AB. RGB value is (88,29,171). Sum of RGB (Red+Green+Blue) = 88+29+171=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #581DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581DAB is #A7E254. Grayscale: #3E3E3E. Windows color (decimal): -11002453 or 11214168. OLE color: 11214168.

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

Color convert

RGB 88 29 171 -
CMYK 0.49 0.83 0 0.33
HSL 264.93º 0.71% 0.39% -
HSV(B) 264.93º 0.83% 0.67% -
XYZ 11.81 5.89 39.04 -
YUV 62.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 88 29 171 0.49 0.83 0 0.33 264.93 0.71 0.39
Hex 58 1D AB 31 53 0 21 109 47 27
Octal 130 35 253 61 123 0 41 411 107 47
Binary 1011000 11101 10101011 110001 1010011 0 100001 100001001 1000111 100111

Color Harmonies of #581DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581DAB

Black with #581DAB

Text Example


Text Example

White with #581DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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