Html Css Color HEX #59395C Hot Purple

📋 copy color: '#59395C'

red 89 ◦ green 57 ◦ blue 92

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

Shades of Hot Purple #59395C

Tints of Hot Purple #59395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 37.39%
G = 23.95%
B = 38.66%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59395C (or 0x59395C) is known color: Hot Purple. HEX triplet: 59, 39 and 5C. RGB value is (89,57,92). Sum of RGB (Red+Green+Blue) = 89+57+92=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #59395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59395C is #A6C6A3. Grayscale: #464646. Windows color (decimal): -10929828 or 6043993. OLE color: 6043993.

HSL color Cylindrical-coordinate representation of color #59395C: hue angle of 294.86º degrees, saturation: 0.23, 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 #59395C is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 57 92 -
CMYK 0.03 0.38 0 0.64
HSL 294.86º 0.23% 0.29% -
HSV(B) 294.86º 0.38% 0.36% -
XYZ 7.51 5.82 10.85 -
YUV 70.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 89 57 92 0.03 0.38 0 0.64 294.86 0.23 0.29
Hex 59 39 5C 3 26 0 40 127 17 1D
Octal 131 71 134 3 46 0 100 447 27 35
Binary 1011001 111001 1011100 11 100110 0 1000000 100100111 10111 11101

Color Harmonies of #59395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59395C

Black with #59395C

Text Example


Text Example

White with #59395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59395C; }

 p { color: rgb(89,57,92); }

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

background-color css

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

 a { background-color: rgb(89,57,92); }

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

border-color css

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

 span { border-color: rgb(89,57,92); }

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