Html Css Color HEX #59345A Hot Purple

📋 copy color: '#59345A'

red 89 ◦ green 52 ◦ blue 90

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

Shades of Hot Purple #59345A

Tints of Hot Purple #59345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 38.53%
G = 22.51%
B = 38.96%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59345A (or 0x59345A) is known color: Hot Purple. HEX triplet: 59, 34 and 5A. RGB value is (89,52,90). Sum of RGB (Red+Green+Blue) = 89+52+90=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #59345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59345A is #A6CBA5. Grayscale: #434343. Windows color (decimal): -10931110 or 5911641. OLE color: 5911641.

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

Color convert

RGB 89 52 90 -
CMYK 0.01 0.42 0 0.65
HSL 298.42º 0.27% 0.28% -
HSV(B) 298.42º 0.42% 0.35% -
XYZ 7.19 5.32 10.32 -
YUV 67.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 89 52 90 0.01 0.42 0 0.65 298.42 0.27 0.28
Hex 59 34 5A 1 2A 0 41 12A 1B 1C
Octal 131 64 132 1 52 0 101 452 33 34
Binary 1011001 110100 1011010 1 101010 0 1000001 100101010 11011 11100

Color Harmonies of #59345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59345A

Black with #59345A

Text Example


Text Example

White with #59345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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