Html Css Color HEX #581BA8 Purple Heart

📋 copy color: '#581BA8'

red 88 ◦ green 27 ◦ blue 168

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

Shades of Purple Heart #581BA8

Tints of Purple Heart #581BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 59.36%

R = 31.1%
G = 9.54%
B = 59.36%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#581BA8 (or 0x581BA8) is known color: Purple Heart. HEX triplet: 58, 1B and A8. RGB value is (88,27,168). Sum of RGB (Red+Green+Blue) = 88+27+168=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #581BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BA8 is #A7E457. Grayscale: #3C3C3C. Windows color (decimal): -11002968 or 11017048. OLE color: 11017048.

HSL color Cylindrical-coordinate representation of color #581BA8: hue angle of 265.96º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581BA8 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 27 168 -
CMYK 0.48 0.84 0 0.34
HSL 265.96º 0.72% 0.38% -
HSV(B) 265.96º 0.84% 0.66% -
XYZ 11.48 5.69 37.54 -
YUV 61.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 88 27 168 0.48 0.84 0 0.34 265.96 0.72 0.38
Hex 58 1B A8 30 54 0 22 10A 48 26
Octal 130 33 250 60 124 0 42 412 110 46
Binary 1011000 11011 10101000 110000 1010100 0 100010 100001010 1001000 100110

Color Harmonies of #581BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BA8

Black with #581BA8

Text Example


Text Example

White with #581BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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