Html Css Color HEX #581AA2 Purple Heart

📋 copy color: '#581AA2'

red 88 ◦ green 26 ◦ blue 162

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

Shades of Purple Heart #581AA2

Tints of Purple Heart #581AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 58.7%

R = 31.88%
G = 9.42%
B = 58.7%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#581AA2 (or 0x581AA2) is known color: Purple Heart. HEX triplet: 58, 1A and A2. RGB value is (88,26,162). Sum of RGB (Red+Green+Blue) = 88+26+162=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #581AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AA2 is #A7E55D. Grayscale: #3B3B3B. Windows color (decimal): -11003230 or 10623576. OLE color: 10623576.

HSL color Cylindrical-coordinate representation of color #581AA2: hue angle of 267.35º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581AA2 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 26 162 -
CMYK 0.46 0.84 0 0.36
HSL 267.35º 0.72% 0.37% -
HSV(B) 267.35º 0.84% 0.64% -
XYZ 10.92 5.42 34.65 -
YUV 60.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 88 26 162 0.46 0.84 0 0.36 267.35 0.72 0.37
Hex 58 1A A2 2E 54 0 24 10B 48 25
Octal 130 32 242 56 124 0 44 413 110 45
Binary 1011000 11010 10100010 101110 1010100 0 100100 100001011 1001000 100101

Color Harmonies of #581AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AA2

Black with #581AA2

Text Example


Text Example

White with #581AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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