Html Css Color HEX #501259 Hot Purple

📋 copy color: '#501259'

red 80 ◦ green 18 ◦ blue 89

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

Shades of Hot Purple #501259

Tints of Hot Purple #501259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 42.78%
G = 9.63%
B = 47.59%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501259 (or 0x501259) is known color: Hot Purple. HEX triplet: 50, 12 and 59. RGB value is (80,18,89). Sum of RGB (Red+Green+Blue) = 80+18+89=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #501259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501259 is #AFEDA6. Grayscale: #2C2C2C. Windows color (decimal): -11529639 or 5837392. OLE color: 5837392.

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

Color convert

RGB 80 18 89 -
CMYK 0.10 0.80 0 0.65
HSL 292.39º 0.66% 0.21% -
HSV(B) 292.39º 0.8% 0.35% -
XYZ 5.33 2.86 9.72 -
YUV 44.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 80 18 89 0.10 0.80 0 0.65 292.39 0.66 0.21
Hex 50 12 59 A 50 0 41 124 42 15
Octal 120 22 131 12 120 0 101 444 102 25
Binary 1010000 10010 1011001 1010 1010000 0 1000001 100100100 1000010 10101

Color Harmonies of #501259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501259

Black with #501259

Text Example


Text Example

White with #501259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501259; }

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

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

background-color css

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

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

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

border-color css

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

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

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