#500153

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

Shades of Hot Purple #500153

Tints of Hot Purple #500153

Color information

#500153 (or 0x500153) is unknown color: approx Hot Purple. HEX triplet: 50, 01 and 53. RGB value is (80,1,83). Sum of RGB (Red+Green+Blue) = 80+1+83=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #500153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500153 is #AFFEAC. Grayscale: #212121. Windows color (decimal): -11533997 or 5439824. OLE color: 5439824.

HSL color Cylindrical-coordinate representation of color #500153: hue angle of 297.8º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500153 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB80183-
CMYK0.040.9900.67
HSL297.8º97.62%16.47%-
HSV(B)297.8º98.8%32.55%-
XYZ4.882.358.38-
YUV33.97155.67160.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=48.78%
G=0.61%
B=50.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal801830.040.9900.67297.897.6216.47
Hex5015346304312a6210
Octal12011234143010345214220
Binary101000011010011100110001101000011100101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500153; }

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

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

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

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

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

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

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

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