Html Css Color HEX #50294F Hot Purple

📋 copy color: '#50294F'

red 80 ◦ green 41 ◦ blue 79

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

Shades of Hot Purple #50294F

Tints of Hot Purple #50294F

RGB

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

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

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

R = 40%
G = 20.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50294F (or 0x50294F) is known color: Hot Purple. HEX triplet: 50, 29 and 4F. RGB value is (80,41,79). Sum of RGB (Red+Green+Blue) = 80+41+79=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #50294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50294F is #AFD6B0. Grayscale: #383838. Windows color (decimal): -11523761 or 5187920. OLE color: 5187920.

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

Color convert

RGB 80 41 79 -
CMYK 0 0.49 0.01 0.69
HSL 301.54º 0.32% 0.24% -
HSV(B) 301.54º 0.49% 0.31% -
XYZ 5.51 3.86 7.85 -
YUV 56.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 80 41 79 0 0.49 0.01 0.69 301.54 0.32 0.24
Hex 50 29 4F 0 31 1 45 12E 20 18
Octal 120 51 117 0 61 1 105 456 40 30
Binary 1010000 101001 1001111 0 110001 1 1000101 100101110 100000 11000

Color Harmonies of #50294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50294F

Black with #50294F

Text Example


Text Example

White with #50294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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