#50105D

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

Shades of Hot Purple #50105D

Tints of Hot Purple #50105D

Color information

#50105D (or 0x50105D) is unknown color: approx Hot Purple. HEX triplet: 50, 10 and 5D. RGB value is (80,16,93). Sum of RGB (Red+Green+Blue) = 80+16+93=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #50105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50105D is #AFEFA2. Grayscale: #2B2B2B. Windows color (decimal): -11530147 or 6099024. OLE color: 6099024.

HSL color Cylindrical-coordinate representation of color #50105D: hue angle of 289.87º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50105D is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB801693-
CMYK0.140.8300.64
HSL289.87º70.64%21.37%-
HSV(B)289.87º82.8%36.47%-
XYZ5.472.8710.62-
YUV43.91155.7153.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=42.33%
G=8.47%
B=49.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8016930.140.8300.64289.8770.6421.37
Hex50105DE530401224715
Octal1202013516123010044210725
Binary10100001000010111011110101001101000000100100010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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