Html Css Color HEX #590BAB Purple Heart

📋 copy color: '#590BAB'

red 89 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #590BAB

Tints of Purple Heart #590BAB

RGB

 RED value IS 89 (35.16% from 255) = 32.84%

 GREEN value IS 11 (4.69% from 255) = 4.06%

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 32.84%
G = 4.06%
B = 63.1%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#590BAB (or 0x590BAB) is known color: Purple Heart. HEX triplet: 59, 0B and AB. RGB value is (89,11,171). Sum of RGB (Red+Green+Blue) = 89+11+171=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #590BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590BAB is #A6F454. Grayscale: #343434. Windows color (decimal): -10941525 or 11209561. OLE color: 11209561.

HSL color Cylindrical-coordinate representation of color #590BAB: hue angle of 269.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590BAB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 11 171 -
CMYK 0.48 0.94 0 0.33
HSL 269.25º 0.88% 0.36% -
HSV(B) 269.25º 0.94% 0.67% -
XYZ 11.59 5.3 38.94 -
YUV 52.56 194.84 153.99 -
System Red Green Blue C M Y K H S L
Decimal 89 11 171 0.48 0.94 0 0.33 269.25 0.88 0.36
Hex 59 B AB 30 5E 0 21 10D 58 24
Octal 131 13 253 60 136 0 41 415 130 44
Binary 1011001 1011 10101011 110000 1011110 0 100001 100001101 1011000 100100

Color Harmonies of #590BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BAB

Black with #590BAB

Text Example


Text Example

White with #590BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590BAB; }

 p { color: rgb(89,11,171); }

 H1.HeaderClassName
 {
   color: #590BAB;
 }
 .AnyTagClassName
 {
   color: #590BAB;
 }
</style>

background-color css

<style>
 a { background-color: #590BAB; }

 a { background-color: rgb(89,11,171); }

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

border-color css

<style>
 span { border-color: #590BAB; }

 span { border-color: rgb(89,11,171); }

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