Html Css Color HEX #50294E Hot Purple

📋 copy color: '#50294E'

red 80 ◦ green 41 ◦ blue 78

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

Shades of Hot Purple #50294E

Tints of Hot Purple #50294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 40.2%
G = 20.6%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50294E (or 0x50294E) is known color: Hot Purple. HEX triplet: 50, 29 and 4E. RGB value is (80,41,78). Sum of RGB (Red+Green+Blue) = 80+41+78=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50294E is #AFD6B1. Grayscale: #383838. Windows color (decimal): -11523762 or 5122384. OLE color: 5122384.

HSL color Cylindrical-coordinate representation of color #50294E: hue angle of 303.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50294E is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 78 -
CMYK 0 0.49 0.02 0.69
HSL 303.08º 0.32% 0.24% -
HSV(B) 303.08º 0.49% 0.31% -
XYZ 5.48 3.84 7.66 -
YUV 56.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 80 41 78 0 0.49 0.02 0.69 303.08 0.32 0.24
Hex 50 29 4E 0 31 2 45 12F 20 18
Octal 120 51 116 0 61 2 105 457 40 30
Binary 1010000 101001 1001110 0 110001 10 1000101 100101111 100000 11000

Color Harmonies of #50294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50294E

Black with #50294E

Text Example


Text Example

White with #50294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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