Html Css Color HEX #591265 Hot Purple

📋 copy color: '#591265'

red 89 ◦ green 18 ◦ blue 101

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

Shades of Hot Purple #591265

Tints of Hot Purple #591265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 42.79%
G = 8.65%
B = 48.56%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#591265 (or 0x591265) is known color: Hot Purple. HEX triplet: 59, 12 and 65. RGB value is (89,18,101). Sum of RGB (Red+Green+Blue) = 89+18+101=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #591265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591265 is #A6ED9A. Grayscale: #303030. Windows color (decimal): -10939803 or 6623833. OLE color: 6623833.

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

Color convert

RGB 89 18 101 -
CMYK 0.12 0.82 0 0.60
HSL 291.33º 0.7% 0.23% -
HSV(B) 291.33º 0.82% 0.4% -
XYZ 6.69 3.5 12.63 -
YUV 48.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 89 18 101 0.12 0.82 0 0.60 291.33 0.7 0.23
Hex 59 12 65 C 52 0 3C 123 46 17
Octal 131 22 145 14 122 0 74 443 106 27
Binary 1011001 10010 1100101 1100 1010010 0 111100 100100011 1000110 10111

Color Harmonies of #591265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591265

Black with #591265

Text Example


Text Example

White with #591265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591265; }

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

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

background-color css

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

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

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

border-color css

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

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

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