Html Css Color HEX #50194C Hot Purple

📋 copy color: '#50194C'

red 80 ◦ green 25 ◦ blue 76

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

Shades of Hot Purple #50194C

Tints of Hot Purple #50194C

RGB

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

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

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

R = 44.2%
G = 13.81%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50194C (or 0x50194C) is known color: Hot Purple. HEX triplet: 50, 19 and 4C. RGB value is (80,25,76). Sum of RGB (Red+Green+Blue) = 80+25+76=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50194C is #AFE6B3. Grayscale: #2F2F2F. Windows color (decimal): -11527860 or 4987216. OLE color: 4987216.

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

Color convert

RGB 80 25 76 -
CMYK 0 0.69 0.05 0.69
HSL 304.36º 0.52% 0.21% -
HSV(B) 304.36º 0.69% 0.31% -
XYZ 4.96 2.92 7.14 -
YUV 47.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 80 25 76 0 0.69 0.05 0.69 304.36 0.52 0.21
Hex 50 19 4C 0 45 5 45 130 34 15
Octal 120 31 114 0 105 5 105 460 64 25
Binary 1010000 11001 1001100 0 1000101 101 1000101 100110000 110100 10101

Color Harmonies of #50194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50194C

Black with #50194C

Text Example


Text Example

White with #50194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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