#50005B

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

Shades of Hot Purple #50005B

Tints of Hot Purple #50005B

Color information

#50005B (or 0x50005B) is unknown color: approx Hot Purple. HEX triplet: 50, 00 and 5B. RGB value is (80,0,91). Sum of RGB (Red+Green+Blue) = 80+0+91=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #50005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50005B is #AFFFA4. Grayscale: #222222. Windows color (decimal): -11534245 or 5963856. OLE color: 5963856.

HSL color Cylindrical-coordinate representation of color #50005B: hue angle of 292.75º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50005B is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80091-
CMYK0.12100.64
HSL292.75º100%17.84%-
HSV(B)292.75º100%35.69%-
XYZ5.22.4610.1-
YUV34.29160160.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=46.78%
G=0%
B=53.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal800910.12100.64292.7510017.84
Hex5005BC640401256412
Octal120013314144010044514422
Binary1010000010110111100110010001000000100100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50005B; }

 p { color: rgb(80,0,91); }

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

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

 a { background-color: rgb(80,0,91); }

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

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

 span { border-color: rgb(80,0,91); }

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