Html Css Color HEX #581AAB Purple Heart

📋 copy color: '#581AAB'

red 88 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #581AAB

Tints of Purple Heart #581AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 30.88%
G = 9.12%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#581AAB (or 0x581AAB) is known color: Purple Heart. HEX triplet: 58, 1A and AB. RGB value is (88,26,171). Sum of RGB (Red+Green+Blue) = 88+26+171=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #581AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AAB is #A7E554. Grayscale: #3C3C3C. Windows color (decimal): -11003221 or 11213400. OLE color: 11213400.

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

Color convert

RGB 88 26 171 -
CMYK 0.49 0.85 0 0.33
HSL 265.66º 0.74% 0.39% -
HSV(B) 265.66º 0.85% 0.67% -
XYZ 11.74 5.75 39.02 -
YUV 61.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 88 26 171 0.49 0.85 0 0.33 265.66 0.74 0.39
Hex 58 1A AB 31 55 0 21 10A 4A 27
Octal 130 32 253 61 125 0 41 412 112 47
Binary 1011000 11010 10101011 110001 1010101 0 100001 100001010 1001010 100111

Color Harmonies of #581AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AAB

Black with #581AAB

Text Example


Text Example

White with #581AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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