#500c5c

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

Shades of Hot Purple #500C5C

Tints of Hot Purple #500C5C

Color information

#500C5C (or 0x500C5C) is unknown color: approx Hot Purple. HEX triplet: 50, 0C and 5C. RGB value is (80,12,92). Sum of RGB (Red+Green+Blue) = 80+12+92=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #500C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C5C is #AFF3A3. Grayscale: #292929. Windows color (decimal): -11531172 or 6032464. OLE color: 6032464.

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

Color convert

RGB801292-
CMYK0.130.8700.64
HSL291º76.92%20.39%-
HSV(B)291º86.96%36.08%-
XYZ5.372.7410.37-
YUV41.45156.53155.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 92 (36.33% from 255) = 50%
R=43.48%
G=6.52%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8012920.130.8700.6429176.9220.39
Hex50C5CD570401234d14
Octal1201413415127010044311524
Binary1010000110010111001101101011101000000100100011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500c5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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