Html Css Color HEX #50194F Hot Purple

📋 copy color: '#50194F'

red 80 ◦ green 25 ◦ blue 79

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

Shades of Hot Purple #50194F

Tints of Hot Purple #50194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 43.48%
G = 13.59%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50194F (or 0x50194F) is known color: Hot Purple. HEX triplet: 50, 19 and 4F. RGB value is (80,25,79). Sum of RGB (Red+Green+Blue) = 80+25+79=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #50194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50194F is #AFE6B0. Grayscale: #2F2F2F. Windows color (decimal): -11527857 or 5183824. OLE color: 5183824.

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

Color convert

RGB 80 25 79 -
CMYK 0 0.69 0.01 0.69
HSL 301.09º 0.52% 0.21% -
HSV(B) 301.09º 0.69% 0.31% -
XYZ 5.07 2.97 7.7 -
YUV 47.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 80 25 79 0 0.69 0.01 0.69 301.09 0.52 0.21
Hex 50 19 4F 0 45 1 45 12D 34 15
Octal 120 31 117 0 105 1 105 455 64 25
Binary 1010000 11001 1001111 0 1000101 1 1000101 100101101 110100 10101

Color Harmonies of #50194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50194F

Black with #50194F

Text Example


Text Example

White with #50194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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