Html Css Color HEX #50164C Hot Purple

📋 copy color: '#50164C'

red 80 ◦ green 22 ◦ blue 76

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

Shades of Hot Purple #50164C

Tints of Hot Purple #50164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 44.94%
G = 12.36%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50164C (or 0x50164C) is known color: Hot Purple. HEX triplet: 50, 16 and 4C. RGB value is (80,22,76). Sum of RGB (Red+Green+Blue) = 80+22+76=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50164C is #AFE9B3. Grayscale: #2D2D2D. Windows color (decimal): -11528628 or 4986448. OLE color: 4986448.

HSL color Cylindrical-coordinate representation of color #50164C: hue angle of 304.14º 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 #50164C is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 76 -
CMYK 0 0.72 0.05 0.69
HSL 304.14º 0.57% 0.2% -
HSV(B) 304.14º 0.73% 0.31% -
XYZ 4.9 2.8 7.12 -
YUV 45.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 80 22 76 0 0.72 0.05 0.69 304.14 0.57 0.2
Hex 50 16 4C 0 48 5 45 130 39 14
Octal 120 26 114 0 110 5 105 460 71 24
Binary 1010000 10110 1001100 0 1001000 101 1000101 100110000 111001 10100

Color Harmonies of #50164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50164C

Black with #50164C

Text Example


Text Example

White with #50164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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