Html Css Color HEX #591965 Hot Purple

📋 copy color: '#591965'

red 89 ◦ green 25 ◦ blue 101

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

Shades of Hot Purple #591965

Tints of Hot Purple #591965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.98%

R = 41.4%
G = 11.63%
B = 46.98%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#591965 (or 0x591965) is known color: Hot Purple. HEX triplet: 59, 19 and 65. RGB value is (89,25,101). Sum of RGB (Red+Green+Blue) = 89+25+101=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #591965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591965 is #A6E69A. Grayscale: #343434. Windows color (decimal): -10938011 or 6625625. OLE color: 6625625.

HSL color Cylindrical-coordinate representation of color #591965: hue angle of 290.53º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591965 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 25 101 -
CMYK 0.12 0.75 0 0.60
HSL 290.53º 0.6% 0.25% -
HSV(B) 290.53º 0.75% 0.4% -
XYZ 6.82 3.76 12.68 -
YUV 52.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 89 25 101 0.12 0.75 0 0.60 290.53 0.6 0.25
Hex 59 19 65 C 4B 0 3C 123 3C 19
Octal 131 31 145 14 113 0 74 443 74 31
Binary 1011001 11001 1100101 1100 1001011 0 111100 100100011 111100 11001

Color Harmonies of #591965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591965

Black with #591965

Text Example


Text Example

White with #591965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591965; }

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

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

background-color css

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

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

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

border-color css

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

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

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