Html Css Color HEX #501059 Hot Purple

📋 copy color: '#501059'

red 80 ◦ green 16 ◦ blue 89

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

Shades of Hot Purple #501059

Tints of Hot Purple #501059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 43.24%
G = 8.65%
B = 48.11%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501059 (or 0x501059) is known color: Hot Purple. HEX triplet: 50, 10 and 59. RGB value is (80,16,89). Sum of RGB (Red+Green+Blue) = 80+16+89=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #501059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501059 is #AFEFA6. Grayscale: #2B2B2B. Windows color (decimal): -11530151 or 5836880. OLE color: 5836880.

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

Color convert

RGB 80 16 89 -
CMYK 0.10 0.82 0 0.65
HSL 292.6º 0.7% 0.21% -
HSV(B) 292.6º 0.82% 0.35% -
XYZ 5.3 2.8 9.71 -
YUV 43.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 80 16 89 0.10 0.82 0 0.65 292.6 0.7 0.21
Hex 50 10 59 A 52 0 41 125 46 15
Octal 120 20 131 12 122 0 101 445 106 25
Binary 1010000 10000 1011001 1010 1010010 0 1000001 100100101 1000110 10101

Color Harmonies of #501059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501059

Black with #501059

Text Example


Text Example

White with #501059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501059; }

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

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

background-color css

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

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

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

border-color css

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

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

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