Html Css Color HEX #50184E Hot Purple

📋 copy color: '#50184E'

red 80 ◦ green 24 ◦ blue 78

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

Shades of Hot Purple #50184E

Tints of Hot Purple #50184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

 BLUE value IS 78 (30.86% from 255) = 42.86%

R = 43.96%
G = 13.19%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50184E (or 0x50184E) is known color: Hot Purple. HEX triplet: 50, 18 and 4E. RGB value is (80,24,78). Sum of RGB (Red+Green+Blue) = 80+24+78=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50184E is #AFE7B1. Grayscale: #2E2E2E. Windows color (decimal): -11528114 or 5118032. OLE color: 5118032.

HSL color Cylindrical-coordinate representation of color #50184E: hue angle of 302.14º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50184E is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 78 -
CMYK 0 0.70 0.02 0.69
HSL 302.14º 0.54% 0.2% -
HSV(B) 302.14º 0.7% 0.31% -
XYZ 5.01 2.91 7.51 -
YUV 46.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 80 24 78 0 0.70 0.02 0.69 302.14 0.54 0.2
Hex 50 18 4E 0 46 2 45 12E 36 14
Octal 120 30 116 0 106 2 105 456 66 24
Binary 1010000 11000 1001110 0 1000110 10 1000101 100101110 110110 10100

Color Harmonies of #50184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50184E

Black with #50184E

Text Example


Text Example

White with #50184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50184E; }

 p { color: rgb(80,24,78); }

 H1.HeaderClassName
 {
   color: #50184E;
 }
 .AnyTagClassName
 {
   color: #50184E;
 }
</style>

background-color css

<style>
 a { background-color: #50184E; }

 a { background-color: rgb(80,24,78); }

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

border-color css

<style>
 span { border-color: #50184E; }

 span { border-color: rgb(80,24,78); }

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