Html Css Color HEX #50124E Hot Purple

📋 copy color: '#50124E'

red 80 ◦ green 18 ◦ blue 78

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

Shades of Hot Purple #50124E

Tints of Hot Purple #50124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 45.45%
G = 10.23%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50124E (or 0x50124E) is known color: Hot Purple. HEX triplet: 50, 12 and 4E. RGB value is (80,18,78). Sum of RGB (Red+Green+Blue) = 80+18+78=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50124E is #AFEDB1. Grayscale: #2B2B2B. Windows color (decimal): -11529650 or 5116496. OLE color: 5116496.

HSL color Cylindrical-coordinate representation of color #50124E: hue angle of 301.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50124E is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 78 -
CMYK 0 0.78 0.02 0.69
HSL 301.94º 0.63% 0.19% -
HSV(B) 301.94º 0.78% 0.31% -
XYZ 4.9 2.69 7.47 -
YUV 43.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 80 18 78 0 0.78 0.02 0.69 301.94 0.63 0.19
Hex 50 12 4E 0 4E 2 45 12E 3F 13
Octal 120 22 116 0 116 2 105 456 77 23
Binary 1010000 10010 1001110 0 1001110 10 1000101 100101110 111111 10011

Color Harmonies of #50124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50124E

Black with #50124E

Text Example


Text Example

White with #50124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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