Html Css Color HEX #50164F Hot Purple

📋 copy color: '#50164F'

red 80 ◦ green 22 ◦ blue 79

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

Shades of Hot Purple #50164F

Tints of Hot Purple #50164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

 BLUE value IS 79 (31.25% from 255) = 43.65%

R = 44.2%
G = 12.15%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50164F (or 0x50164F) is known color: Hot Purple. HEX triplet: 50, 16 and 4F. RGB value is (80,22,79). Sum of RGB (Red+Green+Blue) = 80+22+79=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50164F is #AFE9B0. Grayscale: #2D2D2D. Windows color (decimal): -11528625 or 5183056. OLE color: 5183056.

HSL color Cylindrical-coordinate representation of color #50164F: hue angle of 301.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50164F is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 79 -
CMYK 0 0.72 0.01 0.69
HSL 301.03º 0.57% 0.2% -
HSV(B) 301.03º 0.73% 0.31% -
XYZ 5.01 2.84 7.68 -
YUV 45.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 80 22 79 0 0.72 0.01 0.69 301.03 0.57 0.2
Hex 50 16 4F 0 48 1 45 12D 39 14
Octal 120 26 117 0 110 1 105 455 71 24
Binary 1010000 10110 1001111 0 1001000 1 1000101 100101101 111001 10100

Color Harmonies of #50164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50164F

Black with #50164F

Text Example


Text Example

White with #50164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50164F; }

 p { color: rgb(80,22,79); }

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

background-color css

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

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

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

border-color css

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

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

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