Html Css Color HEX #581BAA Purple Heart

📋 copy color: '#581BAA'

red 88 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #581BAA

Tints of Purple Heart #581BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 30.88%
G = 9.47%
B = 59.65%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#581BAA (or 0x581BAA) is known color: Purple Heart. HEX triplet: 58, 1B and AA. RGB value is (88,27,170). Sum of RGB (Red+Green+Blue) = 88+27+170=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #581BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BAA is #A7E455. Grayscale: #3D3D3D. Windows color (decimal): -11002966 or 11148120. OLE color: 11148120.

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

Color convert

RGB 88 27 170 -
CMYK 0.48 0.84 0 0.33
HSL 265.59º 0.73% 0.39% -
HSV(B) 265.59º 0.84% 0.67% -
XYZ 11.67 5.76 38.53 -
YUV 61.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 88 27 170 0.48 0.84 0 0.33 265.59 0.73 0.39
Hex 58 1B AA 30 54 0 21 10A 49 27
Octal 130 33 252 60 124 0 41 412 111 47
Binary 1011000 11011 10101010 110000 1010100 0 100001 100001010 1001001 100111

Color Harmonies of #581BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BAA

Black with #581BAA

Text Example


Text Example

White with #581BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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