#500255

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

Shades of Hot Purple #500255

Tints of Hot Purple #500255

Color information

#500255 (or 0x500255) is unknown color: approx Hot Purple. HEX triplet: 50, 02 and 55. RGB value is (80,2,85). Sum of RGB (Red+Green+Blue) = 80+2+85=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #500255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500255 is #AFFDAA. Grayscale: #222222. Windows color (decimal): -11533739 or 5571152. OLE color: 5571152.

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

Color convert

RGB80285-
CMYK0.060.9800.67
HSL296.39º95.4%17.06%-
HSV(B)296.39º97.65%33.33%-
XYZ4.972.48.8-
YUV34.78156.34160.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=47.90%
G=1.20%
B=50.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal802850.060.9800.67296.3995.417.06
Hex502556620431285f11
Octal12021256142010345013721
Binary1010000101010101110110001001000011100101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500255; }

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

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

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

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

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

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

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

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