#500158

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

Shades of Hot Purple #500158

Tints of Hot Purple #500158

Color information

#500158 (or 0x500158) is unknown color: approx Hot Purple. HEX triplet: 50, 01 and 58. RGB value is (80,1,88). Sum of RGB (Red+Green+Blue) = 80+1+88=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #500158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500158 is #AFFEA7. Grayscale: #222222. Windows color (decimal): -11533992 or 5767504. OLE color: 5767504.

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

Color convert

RGB80188-
CMYK0.090.9900.65
HSL294.48º97.75%17.45%-
HSV(B)294.48º98.86%34.51%-
XYZ5.082.439.43-
YUV34.54158.17160.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=47.34%
G=0.59%
B=52.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal801880.090.9900.65294.4897.7517.45
Hex501589630411266211
Octal120113011143010144614221
Binary1010000110110001001110001101000001100100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500158; }

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

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

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

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

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

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

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

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