#500455

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

Shades of Hot Purple #500455

Tints of Hot Purple #500455

Color information

#500455 (or 0x500455) is unknown color: approx Hot Purple. HEX triplet: 50, 04 and 55. RGB value is (80,4,85). Sum of RGB (Red+Green+Blue) = 80+4+85=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #500455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500455 is #AFFBAA. Grayscale: #232323. Windows color (decimal): -11533227 or 5571664. OLE color: 5571664.

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

Color convert

RGB80485-
CMYK0.060.9500.67
HSL296.3º91.01%17.45%-
HSV(B)296.3º95.29%33.33%-
XYZ4.992.458.8-
YUV35.96155.68159.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=47.34%
G=2.37%
B=50.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal804850.060.9500.67296.391.0117.45
Hex5045565F0431285b11
Octal12041256137010345013321
Binary10100001001010101110101111101000011100101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500455; }

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

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

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

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

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

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

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

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