#500C5D

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

Shades of Hot Purple #500C5D

Tints of Hot Purple #500C5D

Color information

#500C5D (or 0x500C5D) is unknown color: approx Hot Purple. HEX triplet: 50, 0C and 5D. RGB value is (80,12,93). Sum of RGB (Red+Green+Blue) = 80+12+93=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #500C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C5D is #AFF3A2. Grayscale: #292929. Windows color (decimal): -11531171 or 6098000. OLE color: 6098000.

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

Color convert

RGB801293-
CMYK0.140.8700.64
HSL290.37º77.14%20.59%-
HSV(B)290.37º87.1%36.47%-
XYZ5.422.7610.6-
YUV41.57157.03155.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=43.24%
G=6.49%
B=50.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8012930.140.8700.64290.3777.1420.59
Hex50C5DE570401224d15
Octal1201413516127010044211525
Binary1010000110010111011110101011101000000100100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500C5D; }

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

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

<style>
 a { background-color: #500C5D; }

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

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

<style>
 span { border-color: #500C5D; }

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

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