Html Css Color HEX #59395A Hot Purple

📋 copy color: '#59395A'

red 89 ◦ green 57 ◦ blue 90

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

Shades of Hot Purple #59395A

Tints of Hot Purple #59395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 37.71%
G = 24.15%
B = 38.14%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59395A (or 0x59395A) is known color: Hot Purple. HEX triplet: 59, 39 and 5A. RGB value is (89,57,90). Sum of RGB (Red+Green+Blue) = 89+57+90=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #59395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59395A is #A6C6A5. Grayscale: #464646. Windows color (decimal): -10929830 or 5912921. OLE color: 5912921.

HSL color Cylindrical-coordinate representation of color #59395A: hue angle of 298.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59395A is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 57 90 -
CMYK 0.01 0.37 0 0.65
HSL 298.18º 0.22% 0.29% -
HSV(B) 298.18º 0.37% 0.35% -
XYZ 7.43 5.79 10.4 -
YUV 70.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 89 57 90 0.01 0.37 0 0.65 298.18 0.22 0.29
Hex 59 39 5A 1 25 0 41 12A 16 1D
Octal 131 71 132 1 45 0 101 452 26 35
Binary 1011001 111001 1011010 1 100101 0 1000001 100101010 10110 11101

Color Harmonies of #59395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59395A

Black with #59395A

Text Example


Text Example

White with #59395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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