#50125D

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

Shades of Hot Purple #50125D

Tints of Hot Purple #50125D

Color information

#50125D (or 0x50125D) is unknown color: approx Hot Purple. HEX triplet: 50, 12 and 5D. RGB value is (80,18,93). Sum of RGB (Red+Green+Blue) = 80+18+93=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #50125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50125D is #AFEDA2. Grayscale: #2C2C2C. Windows color (decimal): -11529635 or 6099536. OLE color: 6099536.

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

Color convert

RGB801893-
CMYK0.140.8100.64
HSL289.6º67.57%21.76%-
HSV(B)289.6º80.65%36.47%-
XYZ5.52.9310.63-
YUV45.09155.04152.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=41.88%
G=9.42%
B=48.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8018930.140.8100.64289.667.5721.76
Hex50125DE510401224416
Octal1202213516121010044210426
Binary10100001001010111011110101000101000000100100010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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