#500333

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

Shades of Tyrian Purple #500333

Tints of Tyrian Purple #500333

Color information

#500333 (or 0x500333) is unknown color: approx Tyrian Purple. HEX triplet: 50, 03 and 33. RGB value is (80,3,51). Sum of RGB (Red+Green+Blue) = 80+3+51=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #500333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500333 is #AFFCCC. Grayscale: #1F1F1F. Windows color (decimal): -11533517 or 3343184. OLE color: 3343184.

HSL color Cylindrical-coordinate representation of color #500333: hue angle of 322.6º 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 #500333 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB80351-
CMYK00.960.360.69
HSL322.6º92.77%16.27%-
HSV(B)322.6º96.25%31.37%-
XYZ3.942.013.31-
YUV31.49139.01162.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=59.70%
G=2.24%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8035100.960.360.69322.692.7716.27
Hex5033306024451435d10
Octal12036301404410550313520
Binary101000011110011011000001001001000101101000011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500333; }

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

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

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

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

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

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

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

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