Html Css Color HEX #591465 Hot Purple

📋 copy color: '#591465'

red 89 ◦ green 20 ◦ blue 101

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

Shades of Hot Purple #591465

Tints of Hot Purple #591465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

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

R = 42.38%
G = 9.52%
B = 48.1%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#591465 (or 0x591465) is known color: Hot Purple. HEX triplet: 59, 14 and 65. RGB value is (89,20,101). Sum of RGB (Red+Green+Blue) = 89+20+101=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #591465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591465 is #A6EB9A. Grayscale: #313131. Windows color (decimal): -10939291 or 6624345. OLE color: 6624345.

HSL color Cylindrical-coordinate representation of color #591465: hue angle of 291.11º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591465 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 20 101 -
CMYK 0.12 0.80 0 0.60
HSL 291.11º 0.67% 0.24% -
HSV(B) 291.11º 0.8% 0.4% -
XYZ 6.72 3.56 12.65 -
YUV 49.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 89 20 101 0.12 0.80 0 0.60 291.11 0.67 0.24
Hex 59 14 65 C 50 0 3C 123 43 18
Octal 131 24 145 14 120 0 74 443 103 30
Binary 1011001 10100 1100101 1100 1010000 0 111100 100100011 1000011 11000

Color Harmonies of #591465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591465

Black with #591465

Text Example


Text Example

White with #591465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591465; }

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

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

background-color css

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

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

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

border-color css

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

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

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