#500854

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

Shades of Hot Purple #500854

Tints of Hot Purple #500854

Color information

#500854 (or 0x500854) is unknown color: approx Hot Purple. HEX triplet: 50, 08 and 54. RGB value is (80,8,84). Sum of RGB (Red+Green+Blue) = 80+8+84=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #500854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500854 is #AFF7AB. Grayscale: #252525. Windows color (decimal): -11532204 or 5507152. OLE color: 5507152.

HSL color Cylindrical-coordinate representation of color #500854: hue angle of 296.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500854 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB80884-
CMYK0.050.9000.67
HSL296.84º82.61%18.04%-
HSV(B)296.84º90.48%32.94%-
XYZ52.528.61-
YUV38.19153.85157.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=46.51%
G=4.65%
B=48.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808840.050.9000.67296.8482.6118.04
Hex5085455A0431295312
Octal120101245132010345112322
Binary101000010001010100101101101001000011100101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500854; }

 p { color: rgb(80,8,84); }

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

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

 a { background-color: rgb(80,8,84); }

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

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

 span { border-color: rgb(80,8,84); }

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