Html Css Color HEX #501159 Hot Purple

📋 copy color: '#501159'

red 80 ◦ green 17 ◦ blue 89

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

Shades of Hot Purple #501159

Tints of Hot Purple #501159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 43.01%
G = 9.14%
B = 47.85%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501159 (or 0x501159) is known color: Hot Purple. HEX triplet: 50, 11 and 59. RGB value is (80,17,89). Sum of RGB (Red+Green+Blue) = 80+17+89=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #501159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501159 is #AFEEA6. Grayscale: #2B2B2B. Windows color (decimal): -11529895 or 5837136. OLE color: 5837136.

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

Color convert

RGB 80 17 89 -
CMYK 0.10 0.81 0 0.65
HSL 292.5º 0.68% 0.21% -
HSV(B) 292.5º 0.81% 0.35% -
XYZ 5.31 2.83 9.72 -
YUV 44.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 80 17 89 0.10 0.81 0 0.65 292.5 0.68 0.21
Hex 50 11 59 A 51 0 41 124 44 15
Octal 120 21 131 12 121 0 101 444 104 25
Binary 1010000 10001 1011001 1010 1010001 0 1000001 100100100 1000100 10101

Color Harmonies of #501159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501159

Black with #501159

Text Example


Text Example

White with #501159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501159; }

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

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

background-color css

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

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

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

border-color css

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

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

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