Html Css Color HEX #581AAC Purple Heart

📋 copy color: '#581AAC'

red 88 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #581AAC

Tints of Purple Heart #581AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 30.77%
G = 9.09%
B = 60.14%

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

#581AAC (or 0x581AAC) is known color: Purple Heart. HEX triplet: 58, 1A and AC. RGB value is (88,26,172). Sum of RGB (Red+Green+Blue) = 88+26+172=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #581AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AAC is #A7E553. Grayscale: #3C3C3C. Windows color (decimal): -11003220 or 11278936. OLE color: 11278936.

HSL color Cylindrical-coordinate representation of color #581AAC: hue angle of 265.48º 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 #581AAC is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 26 172 -
CMYK 0.49 0.85 0 0.33
HSL 265.48º 0.74% 0.39% -
HSV(B) 265.48º 0.85% 0.67% -
XYZ 11.84 5.79 39.52 -
YUV 61.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 88 26 172 0.49 0.85 0 0.33 265.48 0.74 0.39
Hex 58 1A AC 31 55 0 21 109 4A 27
Octal 130 32 254 61 125 0 41 411 112 47
Binary 1011000 11010 10101100 110001 1010101 0 100001 100001001 1001010 100111

Color Harmonies of #581AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AAC

Black with #581AAC

Text Example


Text Example

White with #581AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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