Html Css Color HEX #50114E Hot Purple

📋 copy color: '#50114E'

red 80 ◦ green 17 ◦ blue 78

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

Shades of Hot Purple #50114E

Tints of Hot Purple #50114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 45.71%
G = 9.71%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50114E (or 0x50114E) is known color: Hot Purple. HEX triplet: 50, 11 and 4E. RGB value is (80,17,78). Sum of RGB (Red+Green+Blue) = 80+17+78=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50114E is #AFEEB1. Grayscale: #2A2A2A. Windows color (decimal): -11529906 or 5116240. OLE color: 5116240.

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

Color convert

RGB 80 17 78 -
CMYK 0 0.79 0.02 0.69
HSL 301.9º 0.65% 0.19% -
HSV(B) 301.9º 0.79% 0.31% -
XYZ 4.88 2.66 7.46 -
YUV 42.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 80 17 78 0 0.79 0.02 0.69 301.9 0.65 0.19
Hex 50 11 4E 0 4F 2 45 12E 41 13
Octal 120 21 116 0 117 2 105 456 101 23
Binary 1010000 10001 1001110 0 1001111 10 1000101 100101110 1000001 10011

Color Harmonies of #50114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50114E

Black with #50114E

Text Example


Text Example

White with #50114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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