Html Css Color HEX #50114D Hot Purple

📋 copy color: '#50114D'

red 80 ◦ green 17 ◦ blue 77

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

Shades of Hot Purple #50114D

Tints of Hot Purple #50114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 45.98%
G = 9.77%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50114D (or 0x50114D) is known color: Hot Purple. HEX triplet: 50, 11 and 4D. RGB value is (80,17,77). Sum of RGB (Red+Green+Blue) = 80+17+77=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50114D is #AFEEB2. Grayscale: #2A2A2A. Windows color (decimal): -11529907 or 5050704. OLE color: 5050704.

HSL color Cylindrical-coordinate representation of color #50114D: hue angle of 302.86º 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 #50114D is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 77 -
CMYK 0 0.79 0.04 0.69
HSL 302.86º 0.65% 0.19% -
HSV(B) 302.86º 0.79% 0.31% -
XYZ 4.85 2.64 7.28 -
YUV 42.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 80 17 77 0 0.79 0.04 0.69 302.86 0.65 0.19
Hex 50 11 4D 0 4F 4 45 12F 41 13
Octal 120 21 115 0 117 4 105 457 101 23
Binary 1010000 10001 1001101 0 1001111 100 1000101 100101111 1000001 10011

Color Harmonies of #50114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50114D

Black with #50114D

Text Example


Text Example

White with #50114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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