#500155

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

Shades of Hot Purple #500155

Tints of Hot Purple #500155

Color information

#500155 (or 0x500155) is unknown color: approx Hot Purple. HEX triplet: 50, 01 and 55. RGB value is (80,1,85). Sum of RGB (Red+Green+Blue) = 80+1+85=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #500155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500155 is #AFFEAA. Grayscale: #212121. Windows color (decimal): -11533995 or 5570896. OLE color: 5570896.

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

Color convert

RGB80185-
CMYK0.060.9900.67
HSL296.43º97.67%16.86%-
HSV(B)296.43º98.82%33.33%-
XYZ4.962.388.79-
YUV34.2156.67160.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=48.19%
G=0.60%
B=51.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal801850.060.9900.67296.4397.6716.86
Hex501556630431286211
Octal12011256143010345014221
Binary101000011010101110110001101000011100101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500155; }

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

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

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

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

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

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

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

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