#500C58

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

Shades of Hot Purple #500C58

Tints of Hot Purple #500C58

Color information

#500C58 (or 0x500C58) is unknown color: approx Hot Purple. HEX triplet: 50, 0C and 58. RGB value is (80,12,88). Sum of RGB (Red+Green+Blue) = 80+12+88=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #500C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C58 is #AFF3A7. Grayscale: #282828. Windows color (decimal): -11531176 or 5770320. OLE color: 5770320.

HSL color Cylindrical-coordinate representation of color #500C58: hue angle of 293.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500C58 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB801288-
CMYK0.090.8600.65
HSL293.68º76%19.61%-
HSV(B)293.68º86.36%34.51%-
XYZ5.22.679.47-
YUV41154.53155.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 6.67%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=44.44%
G=6.67%
B=48.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8012880.090.8600.65293.687619.61
Hex50C589560411264c14
Octal1201413011126010144611424
Binary1010000110010110001001101011001000001100100110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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