Html Css Color HEX #501959 Hot Purple

📋 copy color: '#501959'

red 80 ◦ green 25 ◦ blue 89

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

Shades of Hot Purple #501959

Tints of Hot Purple #501959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 41.24%
G = 12.89%
B = 45.88%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501959 (or 0x501959) is known color: Hot Purple. HEX triplet: 50, 19 and 59. RGB value is (80,25,89). Sum of RGB (Red+Green+Blue) = 80+25+89=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #501959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501959 is #AFE6A6. Grayscale: #303030. Windows color (decimal): -11527847 or 5839184. OLE color: 5839184.

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

Color convert

RGB 80 25 89 -
CMYK 0.10 0.72 0 0.65
HSL 291.56º 0.56% 0.22% -
HSV(B) 291.56º 0.72% 0.35% -
XYZ 5.46 3.12 9.77 -
YUV 48.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 80 25 89 0.10 0.72 0 0.65 291.56 0.56 0.22
Hex 50 19 59 A 48 0 41 124 38 16
Octal 120 31 131 12 110 0 101 444 70 26
Binary 1010000 11001 1011001 1010 1001000 0 1000001 100100100 111000 10110

Color Harmonies of #501959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501959

Black with #501959

Text Example


Text Example

White with #501959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501959; }

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

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

background-color css

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

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

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

border-color css

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

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

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