Html Css Color HEX #581AAA Purple Heart

📋 copy color: '#581AAA'

red 88 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #581AAA

Tints of Purple Heart #581AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 30.99%
G = 9.15%
B = 59.86%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#581AAA (or 0x581AAA) is known color: Purple Heart. HEX triplet: 58, 1A and AA. RGB value is (88,26,170). Sum of RGB (Red+Green+Blue) = 88+26+170=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #581AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AAA is #A7E555. Grayscale: #3C3C3C. Windows color (decimal): -11003222 or 11147864. OLE color: 11147864.

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

Color convert

RGB 88 26 170 -
CMYK 0.48 0.85 0 0.33
HSL 265.83º 0.73% 0.38% -
HSV(B) 265.83º 0.85% 0.67% -
XYZ 11.65 5.72 38.52 -
YUV 60.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 88 26 170 0.48 0.85 0 0.33 265.83 0.73 0.38
Hex 58 1A AA 30 55 0 21 10A 49 26
Octal 130 32 252 60 125 0 41 412 111 46
Binary 1011000 11010 10101010 110000 1010101 0 100001 100001010 1001001 100110

Color Harmonies of #581AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AAA

Black with #581AAA

Text Example


Text Example

White with #581AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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