#50015A

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

Shades of Hot Purple #50015A

Tints of Hot Purple #50015A

Color information

#50015A (or 0x50015A) is unknown color: approx Hot Purple. HEX triplet: 50, 01 and 5A. RGB value is (80,1,90). Sum of RGB (Red+Green+Blue) = 80+1+90=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #50015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50015A is #AFFEA5. Grayscale: #222222. Windows color (decimal): -11533990 or 5898576. OLE color: 5898576.

HSL color Cylindrical-coordinate representation of color #50015A: hue angle of 293.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50015A is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB80190-
CMYK0.110.9900.65
HSL293.26º97.8%17.84%-
HSV(B)293.26º98.89%35.29%-
XYZ5.162.479.88-
YUV34.77159.17160.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=46.78%
G=0.58%
B=52.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal801900.110.9900.65293.2697.817.84
Hex5015AB630411256212
Octal120113213143010144514222
Binary1010000110110101011110001101000001100100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50015A; }

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

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

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

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

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

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

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

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