Html Css Color HEX #591A66 Hot Purple

📋 copy color: '#591A66'

red 89 ◦ green 26 ◦ blue 102

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

Shades of Hot Purple #591A66

Tints of Hot Purple #591A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.98%

 BLUE value IS 102 (40.23% from 255) = 47%

R = 41.01%
G = 11.98%
B = 47%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#591A66 (or 0x591A66) is known color: Hot Purple. HEX triplet: 59, 1A and 66. RGB value is (89,26,102). Sum of RGB (Red+Green+Blue) = 89+26+102=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #591A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A66 is #A6E599. Grayscale: #353535. Windows color (decimal): -10937754 or 6691417. OLE color: 6691417.

HSL color Cylindrical-coordinate representation of color #591A66: hue angle of 289.74º degrees, saturation: 0.59, 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 #591A66 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 26 102 -
CMYK 0.13 0.75 0 0.6
HSL 289.74º 0.59% 0.25% -
HSV(B) 289.74º 0.75% 0.4% -
XYZ 6.89 3.82 12.95 -
YUV 53.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 89 26 102 0.13 0.75 0 0.6 289.74 0.59 0.25
Hex 59 1A 66 D 4B 0 3C 122 3B 19
Octal 131 32 146 15 113 0 74 442 73 31
Binary 1011001 11010 1100110 1101 1001011 0 111100 100100010 111011 11001

Color Harmonies of #591A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A66

Black with #591A66

Text Example


Text Example

White with #591A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591A66; }

 p { color: rgb(89,26,102); }

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

background-color css

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

 a { background-color: rgb(89,26,102); }

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

border-color css

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

 span { border-color: rgb(89,26,102); }

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