#500C57

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

Shades of Hot Purple #500C57

Tints of Hot Purple #500C57

Color information

#500C57 (or 0x500C57) is unknown color: approx Hot Purple. HEX triplet: 50, 0C and 57. RGB value is (80,12,87). Sum of RGB (Red+Green+Blue) = 80+12+87=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #500C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C57 is #AFF3A8. Grayscale: #282828. Windows color (decimal): -11531177 or 5704784. OLE color: 5704784.

HSL color Cylindrical-coordinate representation of color #500C57: hue angle of 294.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500C57 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB801287-
CMYK0.080.8600.66
HSL294.4º75.76%19.41%-
HSV(B)294.4º86.21%34.12%-
XYZ5.162.669.26-
YUV40.88154.03155.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 12 (5.08% from 255) = 6.70%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=44.69%
G=6.70%
B=48.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8012870.080.8600.66294.475.7619.41
Hex50C578560421264c13
Octal1201412710126010244611423
Binary1010000110010101111000101011001000010100100110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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