Html Css Color HEX #591963 Hot Purple

📋 copy color: '#591963'

red 89 ◦ green 25 ◦ blue 99

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

Shades of Hot Purple #591963

Tints of Hot Purple #591963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 41.78%
G = 11.74%
B = 46.48%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#591963 (or 0x591963) is known color: Hot Purple. HEX triplet: 59, 19 and 63. RGB value is (89,25,99). Sum of RGB (Red+Green+Blue) = 89+25+99=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #591963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591963 is #A6E69C. Grayscale: #343434. Windows color (decimal): -10938013 or 6494553. OLE color: 6494553.

HSL color Cylindrical-coordinate representation of color #591963: hue angle of 291.89º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591963 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 25 99 -
CMYK 0.10 0.75 0 0.61
HSL 291.89º 0.6% 0.24% -
HSV(B) 291.89º 0.75% 0.39% -
XYZ 6.72 3.72 12.17 -
YUV 52.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 89 25 99 0.10 0.75 0 0.61 291.89 0.6 0.24
Hex 59 19 63 A 4B 0 3D 124 3C 18
Octal 131 31 143 12 113 0 75 444 74 30
Binary 1011001 11001 1100011 1010 1001011 0 111101 100100100 111100 11000

Color Harmonies of #591963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591963

Black with #591963

Text Example


Text Example

White with #591963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591963; }

 p { color: rgb(89,25,99); }

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

background-color css

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

 a { background-color: rgb(89,25,99); }

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

border-color css

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

 span { border-color: rgb(89,25,99); }

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