Html Css Color HEX #500159 Hot Purple

📋 copy color: '#500159'

red 80 ◦ green 1 ◦ blue 89

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

Shades of Hot Purple #500159

Tints of Hot Purple #500159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 47.06%
G = 0.59%
B = 52.35%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500159 (or 0x500159) is known color: Hot Purple. HEX triplet: 50, 01 and 59. RGB value is (80,1,89). Sum of RGB (Red+Green+Blue) = 80+1+89=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #500159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500159 is #AFFEA6. Grayscale: #222222. Windows color (decimal): -11533991 or 5833040. OLE color: 5833040.

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

Color convert

RGB 80 1 89 -
CMYK 0.10 0.99 0 0.65
HSL 293.86º 0.98% 0.18% -
HSV(B) 293.86º 0.99% 0.35% -
XYZ 5.12 2.45 9.65 -
YUV 34.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 80 1 89 0.10 0.99 0 0.65 293.86 0.98 0.18
Hex 50 1 59 A 63 0 41 126 62 12
Octal 120 1 131 12 143 0 101 446 142 22
Binary 1010000 1 1011001 1010 1100011 0 1000001 100100110 1100010 10010

Color Harmonies of #500159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500159

Black with #500159

Text Example


Text Example

White with #500159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500159; }

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

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

background-color css

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

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

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

border-color css

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

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

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