Html Css Color HEX #59385B Hot Purple

📋 copy color: '#59385B'

red 89 ◦ green 56 ◦ blue 91

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

Shades of Hot Purple #59385B

Tints of Hot Purple #59385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 37.71%
G = 23.73%
B = 38.56%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59385B (or 0x59385B) is known color: Hot Purple. HEX triplet: 59, 38 and 5B. RGB value is (89,56,91). Sum of RGB (Red+Green+Blue) = 89+56+91=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #59385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59385B is #A6C7A4. Grayscale: #454545. Windows color (decimal): -10930085 or 5978201. OLE color: 5978201.

HSL color Cylindrical-coordinate representation of color #59385B: hue angle of 296.57º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59385B is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 56 91 -
CMYK 0.02 0.38 0 0.64
HSL 296.57º 0.24% 0.29% -
HSV(B) 296.57º 0.38% 0.36% -
XYZ 7.42 5.71 10.61 -
YUV 69.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 89 56 91 0.02 0.38 0 0.64 296.57 0.24 0.29
Hex 59 38 5B 2 26 0 40 129 18 1D
Octal 131 70 133 2 46 0 100 451 30 35
Binary 1011001 111000 1011011 10 100110 0 1000000 100101001 11000 11101

Color Harmonies of #59385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59385B

Black with #59385B

Text Example


Text Example

White with #59385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59385B; }

 p { color: rgb(89,56,91); }

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

background-color css

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

 a { background-color: rgb(89,56,91); }

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

border-color css

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

 span { border-color: rgb(89,56,91); }

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