Html Css Color HEX #50184D Hot Purple

📋 copy color: '#50184D'

red 80 ◦ green 24 ◦ blue 77

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

Shades of Hot Purple #50184D

Tints of Hot Purple #50184D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 44.2%
G = 13.26%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50184D (or 0x50184D) is known color: Hot Purple. HEX triplet: 50, 18 and 4D. RGB value is (80,24,77). Sum of RGB (Red+Green+Blue) = 80+24+77=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50184D is #AFE7B2. Grayscale: #2E2E2E. Windows color (decimal): -11528115 or 5052496. OLE color: 5052496.

HSL color Cylindrical-coordinate representation of color #50184D: hue angle of 303.21º 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 #50184D is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 77 -
CMYK 0 0.70 0.04 0.69
HSL 303.21º 0.54% 0.2% -
HSV(B) 303.21º 0.7% 0.31% -
XYZ 4.97 2.89 7.32 -
YUV 46.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 80 24 77 0 0.70 0.04 0.69 303.21 0.54 0.2
Hex 50 18 4D 0 46 4 45 12F 36 14
Octal 120 30 115 0 106 4 105 457 66 24
Binary 1010000 11000 1001101 0 1000110 100 1000101 100101111 110110 10100

Color Harmonies of #50184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50184D

Black with #50184D

Text Example


Text Example

White with #50184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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