#50244F

Color #50244F Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #50244F

Tints of Hot Purple #50244F

Color information

#50244F (or 0x50244F) is unknown color: approx Hot Purple. HEX triplet: 50, 24 and 4F. RGB value is (80,36,79). Sum of RGB (Red+Green+Blue) = 80+36+79=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50244F is #AFDBB0. Grayscale: #353535. Windows color (decimal): -11525041 or 5186640. OLE color: 5186640.

HSL color Cylindrical-coordinate representation of color #50244F: hue angle of 301.36º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50244F is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB803679-
CMYK00.550.010.69
HSL301.36º37.93%22.75%-
HSV(B)301.36º55%31.37%-
XYZ5.353.537.8-
YUV54.06142.08146.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=41.03%
G=18.46%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80367900.550.010.69301.3637.9322.75
Hex50244F03714512d2617
Octal1204411706711054554627
Binary1010000100100100111101101111100010110010110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50244F;
 }
 .AnyTagClassName
 {
   color: #50244F;
 }
</style>
background-color css

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

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

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

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

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

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