Html Css Color HEX #502959 Hot Purple

📋 copy color: '#502959'

red 80 ◦ green 41 ◦ blue 89

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

Shades of Hot Purple #502959

Tints of Hot Purple #502959

RGB

 RED value IS 80 (31.64% from 255) = 38.1%

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 38.1%
G = 19.52%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502959 (or 0x502959) is known color: Hot Purple. HEX triplet: 50, 29 and 59. RGB value is (80,41,89). Sum of RGB (Red+Green+Blue) = 80+41+89=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #502959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502959 is #AFD6A6. Grayscale: #393939. Windows color (decimal): -11523751 or 5843280. OLE color: 5843280.

HSL color Cylindrical-coordinate representation of color #502959: hue angle of 288.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502959 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 41 89 -
CMYK 0.10 0.54 0 0.65
HSL 288.75º 0.37% 0.25% -
HSV(B) 288.75º 0.54% 0.35% -
XYZ 5.9 4.01 9.91 -
YUV 58.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 80 41 89 0.10 0.54 0 0.65 288.75 0.37 0.25
Hex 50 29 59 A 36 0 41 121 25 19
Octal 120 51 131 12 66 0 101 441 45 31
Binary 1010000 101001 1011001 1010 110110 0 1000001 100100001 100101 11001

Color Harmonies of #502959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502959

Black with #502959

Text Example


Text Example

White with #502959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502959; }

 p { color: rgb(80,41,89); }

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

background-color css

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

 a { background-color: rgb(80,41,89); }

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

border-color css

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

 span { border-color: rgb(80,41,89); }

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