#500150

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

Shades of Tyrian Purple #500150

Tints of Tyrian Purple #500150

Color information

#500150 (or 0x500150) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 50. RGB value is (80,1,80). Sum of RGB (Red+Green+Blue) = 80+1+80=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #500150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500150 is #AFFEAF. Grayscale: #212121. Windows color (decimal): -11534000 or 5243216. OLE color: 5243216.

HSL color Cylindrical-coordinate representation of color #500150: hue angle of 300º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500150 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB80180-
CMYK00.9900.69
HSL300º97.53%15.88%-
HSV(B)300º98.75%31.37%-
XYZ4.772.317.78-
YUV33.63154.17161.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=49.69%
G=0.62%
B=49.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8018000.9900.6930097.5315.88
Hex5015006304512c6210
Octal12011200143010545414220
Binary1010000110100000110001101000101100101100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500150; }

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

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

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

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

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

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

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

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