Html Css Color HEX #59265D Hot Purple

📋 copy color: '#59265D'

red 89 ◦ green 38 ◦ blue 93

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

Shades of Hot Purple #59265D

Tints of Hot Purple #59265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 40.45%
G = 17.27%
B = 42.27%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59265D (or 0x59265D) is known color: Hot Purple. HEX triplet: 59, 26 and 5D. RGB value is (89,38,93). Sum of RGB (Red+Green+Blue) = 89+38+93=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #59265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59265D is #A6D9A2. Grayscale: #3B3B3B. Windows color (decimal): -10934691 or 6104665. OLE color: 6104665.

HSL color Cylindrical-coordinate representation of color #59265D: hue angle of 295.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59265D is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 38 93 -
CMYK 0.04 0.59 0 0.64
HSL 295.64º 0.42% 0.26% -
HSV(B) 295.64º 0.59% 0.36% -
XYZ 6.79 4.3 10.83 -
YUV 59.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 89 38 93 0.04 0.59 0 0.64 295.64 0.42 0.26
Hex 59 26 5D 4 3B 0 40 128 2A 1A
Octal 131 46 135 4 73 0 100 450 52 32
Binary 1011001 100110 1011101 100 111011 0 1000000 100101000 101010 11010

Color Harmonies of #59265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59265D

Black with #59265D

Text Example


Text Example

White with #59265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59265D; }

 p { color: rgb(89,38,93); }

 H1.HeaderClassName
 {
   color: #59265D;
 }
 .AnyTagClassName
 {
   color: #59265D;
 }
</style>

background-color css

<style>
 a { background-color: #59265D; }

 a { background-color: rgb(89,38,93); }

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

border-color css

<style>
 span { border-color: #59265D; }

 span { border-color: rgb(89,38,93); }

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