#500858

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

Shades of Hot Purple #500858

Tints of Hot Purple #500858

Color information

#500858 (or 0x500858) is unknown color: approx Hot Purple. HEX triplet: 50, 08 and 58. RGB value is (80,8,88). Sum of RGB (Red+Green+Blue) = 80+8+88=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #500858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500858 is #AFF7A7. Grayscale: #262626. Windows color (decimal): -11532200 or 5769296. OLE color: 5769296.

HSL color Cylindrical-coordinate representation of color #500858: hue angle of 294º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500858 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB80888-
CMYK0.090.9100.65
HSL294º83.33%18.82%-
HSV(B)294º90.91%34.51%-
XYZ5.162.589.46-
YUV38.65155.85157.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 88 (34.77% from 255) = 50%
R=45.45%
G=4.55%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal808880.090.9100.6529483.3318.82
Hex5085895B0411265313
Octal1201013011133010144612323
Binary1010000100010110001001101101101000001100100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500858; }

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

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

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

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

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

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

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

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