Html Css Color HEX #50314F Hot Purple

📋 copy color: '#50314F'

red 80 ◦ green 49 ◦ blue 79

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

Shades of Hot Purple #50314F

Tints of Hot Purple #50314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

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

R = 38.46%
G = 23.56%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50314F (or 0x50314F) is known color: Hot Purple. HEX triplet: 50, 31 and 4F. RGB value is (80,49,79). Sum of RGB (Red+Green+Blue) = 80+49+79=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50314F is #AFCEB0. Grayscale: #3D3D3D. Windows color (decimal): -11521713 or 5189968. OLE color: 5189968.

HSL color Cylindrical-coordinate representation of color #50314F: hue angle of 301.94º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50314F is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 79 -
CMYK 0 0.39 0.01 0.69
HSL 301.94º 0.24% 0.25% -
HSV(B) 301.94º 0.39% 0.31% -
XYZ 5.82 4.47 7.95 -
YUV 61.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 80 49 79 0 0.39 0.01 0.69 301.94 0.24 0.25
Hex 50 31 4F 0 27 1 45 12E 18 19
Octal 120 61 117 0 47 1 105 456 30 31
Binary 1010000 110001 1001111 0 100111 1 1000101 100101110 11000 11001

Color Harmonies of #50314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50314F

Black with #50314F

Text Example


Text Example

White with #50314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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