#500851

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

Shades of Hot Purple #500851

Tints of Hot Purple #500851

Color information

#500851 (or 0x500851) is unknown color: approx Hot Purple. HEX triplet: 50, 08 and 51. RGB value is (80,8,81). Sum of RGB (Red+Green+Blue) = 80+8+81=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #500851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500851 is #AFF7AE. Grayscale: #252525. Windows color (decimal): -11532207 or 5310544. OLE color: 5310544.

HSL color Cylindrical-coordinate representation of color #500851: hue angle of 299.18º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500851 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB80881-
CMYK0.010.9000.68
HSL299.18º82.02%17.45%-
HSV(B)299.18º90.12%31.76%-
XYZ4.882.478-
YUV37.85152.35158.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=47.34%
G=4.73%
B=47.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal808810.010.9000.68299.1882.0217.45
Hex5085115A04412b5211
Octal120101211132010445312221
Binary1010000100010100011101101001000100100101011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500851; }

 p { color: rgb(80,8,81); }

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

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

 a { background-color: rgb(80,8,81); }

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

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

 span { border-color: rgb(80,8,81); }

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