#50095C

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

Shades of Hot Purple #50095C

Tints of Hot Purple #50095C

Color information

#50095C (or 0x50095C) is unknown color: approx Hot Purple. HEX triplet: 50, 09 and 5C. RGB value is (80,9,92). Sum of RGB (Red+Green+Blue) = 80+9+92=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #50095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50095C is #AFF6A3. Grayscale: #272727. Windows color (decimal): -11531940 or 6031696. OLE color: 6031696.

HSL color Cylindrical-coordinate representation of color #50095C: hue angle of 291.33º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50095C is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80992-
CMYK0.130.9000.64
HSL291.33º82.18%19.8%-
HSV(B)291.33º90.22%36.08%-
XYZ5.342.6710.36-
YUV39.69157.52156.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=44.20%
G=4.97%
B=50.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal809920.130.9000.64291.3382.1819.8
Hex5095CD5A0401235214
Octal1201113415132010044312224
Binary1010000100110111001101101101001000000100100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50095C; }

 p { color: rgb(80,9,92); }

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

<style>
 a { background-color: #50095C; }

 a { background-color: rgb(80,9,92); }

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

<style>
 span { border-color: #50095C; }

 span { border-color: rgb(80,9,92); }

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