Html Css Color HEX #50184F Hot Purple

📋 copy color: '#50184F'

red 80 ◦ green 24 ◦ blue 79

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

Shades of Hot Purple #50184F

Tints of Hot Purple #50184F

RGB

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

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

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

R = 43.72%
G = 13.11%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50184F (or 0x50184F) is known color: Hot Purple. HEX triplet: 50, 18 and 4F. RGB value is (80,24,79). Sum of RGB (Red+Green+Blue) = 80+24+79=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50184F is #AFE7B0. Grayscale: #2E2E2E. Windows color (decimal): -11528113 or 5183568. OLE color: 5183568.

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

Color convert

RGB 80 24 79 -
CMYK 0 0.70 0.01 0.69
HSL 301.07º 0.54% 0.2% -
HSV(B) 301.07º 0.7% 0.31% -
XYZ 5.05 2.92 7.7 -
YUV 47.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 80 24 79 0 0.70 0.01 0.69 301.07 0.54 0.2
Hex 50 18 4F 0 46 1 45 12D 36 14
Octal 120 30 117 0 106 1 105 455 66 24
Binary 1010000 11000 1001111 0 1000110 1 1000101 100101101 110110 10100

Color Harmonies of #50184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50184F

Black with #50184F

Text Example


Text Example

White with #50184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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