#50234E

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

Shades of Hot Purple #50234E

Tints of Hot Purple #50234E

Color information

#50234E (or 0x50234E) is unknown color: approx Hot Purple. HEX triplet: 50, 23 and 4E. RGB value is (80,35,78). Sum of RGB (Red+Green+Blue) = 80+35+78=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50234E is #AFDCB1. Grayscale: #353535. Windows color (decimal): -11525298 or 5120848. OLE color: 5120848.

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

Color convert

RGB803578-
CMYK00.560.020.69
HSL302.67º39.13%22.55%-
HSV(B)302.67º56.25%31.37%-
XYZ5.283.467.6-
YUV53.36141.91147-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=41.45%
G=18.13%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80357800.560.020.69302.6739.1322.55
Hex50234E03824512f2717
Octal1204311607021054574727
Binary10100001000111001110011100010100010110010111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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