Html Css Color HEX #501150 Hot Purple

📋 copy color: '#501150'

red 80 ◦ green 17 ◦ blue 80

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

Shades of Hot Purple #501150

Tints of Hot Purple #501150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 45.2%
G = 9.6%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#501150 (or 0x501150) is known color: Hot Purple. HEX triplet: 50, 11 and 50. RGB value is (80,17,80). Sum of RGB (Red+Green+Blue) = 80+17+80=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501150 is #AFEEAF. Grayscale: #2A2A2A. Windows color (decimal): -11529904 or 5247312. OLE color: 5247312.

HSL color Cylindrical-coordinate representation of color #501150: hue angle of 300º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501150 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 80 -
CMYK 0 0.79 0 0.69
HSL 300º 0.65% 0.19% -
HSV(B) 300º 0.79% 0.31% -
XYZ 4.96 2.69 7.85 -
YUV 43.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 80 17 80 0 0.79 0 0.69 300 0.65 0.19
Hex 50 11 50 0 4F 0 45 12C 41 13
Octal 120 21 120 0 117 0 105 454 101 23
Binary 1010000 10001 1010000 0 1001111 0 1000101 100101100 1000001 10011

Color Harmonies of #501150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501150

Black with #501150

Text Example


Text Example

White with #501150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501150; }

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

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

background-color css

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

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

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

border-color css

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

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

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