Html Css Color HEX #59365A Hot Purple

📋 copy color: '#59365A'

red 89 ◦ green 54 ◦ blue 90

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

Shades of Hot Purple #59365A

Tints of Hot Purple #59365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 38.2%
G = 23.18%
B = 38.63%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59365A (or 0x59365A) is known color: Hot Purple. HEX triplet: 59, 36 and 5A. RGB value is (89,54,90). Sum of RGB (Red+Green+Blue) = 89+54+90=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #59365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59365A is #A6C9A5. Grayscale: #444444. Windows color (decimal): -10930598 or 5912153. OLE color: 5912153.

HSL color Cylindrical-coordinate representation of color #59365A: hue angle of 298.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59365A is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 54 90 -
CMYK 0.01 0.40 0 0.65
HSL 298.33º 0.25% 0.28% -
HSV(B) 298.33º 0.4% 0.35% -
XYZ 7.28 5.5 10.35 -
YUV 68.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 89 54 90 0.01 0.40 0 0.65 298.33 0.25 0.28
Hex 59 36 5A 1 28 0 41 12A 19 1C
Octal 131 66 132 1 50 0 101 452 31 34
Binary 1011001 110110 1011010 1 101000 0 1000001 100101010 11001 11100

Color Harmonies of #59365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59365A

Black with #59365A

Text Example


Text Example

White with #59365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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