#50095D

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

Shades of Hot Purple #50095D

Tints of Hot Purple #50095D

Color information

#50095D (or 0x50095D) is unknown color: approx Hot Purple. HEX triplet: 50, 09 and 5D. RGB value is (80,9,93). Sum of RGB (Red+Green+Blue) = 80+9+93=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #50095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50095D is #AFF6A2. Grayscale: #272727. Windows color (decimal): -11531939 or 6097232. OLE color: 6097232.

HSL color Cylindrical-coordinate representation of color #50095D: hue angle of 290.71º 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 #50095D is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80993-
CMYK0.140.9000.64
HSL290.71º82.35%20%-
HSV(B)290.71º90.32%36.47%-
XYZ5.382.6910.59-
YUV39.8158.02156.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=43.96%
G=4.95%
B=51.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal809930.140.9000.64290.7182.3520
Hex5095DE5A0401235214
Octal1201113516132010044312224
Binary1010000100110111011110101101001000000100100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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