Html Css Color HEX #59255D Hot Purple

📋 copy color: '#59255D'

red 89 ◦ green 37 ◦ blue 93

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

Shades of Hot Purple #59255D

Tints of Hot Purple #59255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

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

R = 40.64%
G = 16.89%
B = 42.47%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59255D (or 0x59255D) is known color: Hot Purple. HEX triplet: 59, 25 and 5D. RGB value is (89,37,93). Sum of RGB (Red+Green+Blue) = 89+37+93=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #59255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59255D is #A6DAA2. Grayscale: #3A3A3A. Windows color (decimal): -10934947 or 6104409. OLE color: 6104409.

HSL color Cylindrical-coordinate representation of color #59255D: hue angle of 295.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59255D is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 37 93 -
CMYK 0.04 0.60 0 0.64
HSL 295.71º 0.43% 0.25% -
HSV(B) 295.71º 0.6% 0.36% -
XYZ 6.76 4.24 10.82 -
YUV 58.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 89 37 93 0.04 0.60 0 0.64 295.71 0.43 0.25
Hex 59 25 5D 4 3C 0 40 128 2B 19
Octal 131 45 135 4 74 0 100 450 53 31
Binary 1011001 100101 1011101 100 111100 0 1000000 100101000 101011 11001

Color Harmonies of #59255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59255D

Black with #59255D

Text Example


Text Example

White with #59255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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