#500346

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

Shades of Tyrian Purple #500346

Tints of Tyrian Purple #500346

Color information

#500346 (or 0x500346) is unknown color: approx Tyrian Purple. HEX triplet: 50, 03 and 46. RGB value is (80,3,70). Sum of RGB (Red+Green+Blue) = 80+3+70=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500346 is #AFFCB9. Grayscale: #212121. Windows color (decimal): -11533498 or 4588368. OLE color: 4588368.

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

Color convert

RGB80370-
CMYK00.960.120.69
HSL307.79º92.77%16.27%-
HSV(B)307.79º96.25%31.37%-
XYZ4.452.215.99-
YUV33.66148.51161.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 70 (27.73% from 255) = 45.75%
R=52.29%
G=1.96%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8037000.960.120.69307.7992.7716.27
Hex50346060C451345d10
Octal120310601401410546413520
Binary10100001110001100110000011001000101100110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500346; }

 p { color: rgb(80,3,70); }

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

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

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

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

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

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

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