Html Css Color HEX #590BAC Purple Heart

📋 copy color: '#590BAC'

red 89 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #590BAC

Tints of Purple Heart #590BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.24%

R = 32.72%
G = 4.04%
B = 63.24%

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

#590BAC (or 0x590BAC) is known color: Purple Heart. HEX triplet: 59, 0B and AC. RGB value is (89,11,172). Sum of RGB (Red+Green+Blue) = 89+11+172=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #590BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590BAC is #A6F453. Grayscale: #343434. Windows color (decimal): -10941524 or 11275097. OLE color: 11275097.

HSL color Cylindrical-coordinate representation of color #590BAC: hue angle of 269.07º 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 #590BAC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 11 172 -
CMYK 0.48 0.94 0 0.33
HSL 269.07º 0.88% 0.36% -
HSV(B) 269.07º 0.94% 0.67% -
XYZ 11.69 5.34 39.44 -
YUV 52.68 195.34 153.91 -
System Red Green Blue C M Y K H S L
Decimal 89 11 172 0.48 0.94 0 0.33 269.07 0.88 0.36
Hex 59 B AC 30 5E 0 21 10D 58 24
Octal 131 13 254 60 136 0 41 415 130 44
Binary 1011001 1011 10101100 110000 1011110 0 100001 100001101 1011000 100100

Color Harmonies of #590BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BAC

Black with #590BAC

Text Example


Text Example

White with #590BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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