#500433

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

Shades of Tyrian Purple #500433

Tints of Tyrian Purple #500433

Color information

#500433 (or 0x500433) is unknown color: approx Tyrian Purple. HEX triplet: 50, 04 and 33. RGB value is (80,4,51). Sum of RGB (Red+Green+Blue) = 80+4+51=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #500433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500433 is #AFFBCC. Grayscale: #1F1F1F. Windows color (decimal): -11533261 or 3343440. OLE color: 3343440.

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

Color convert

RGB80451-
CMYK00.950.360.69
HSL322.89º90.48%16.47%-
HSV(B)322.89º95%31.37%-
XYZ3.952.033.32-
YUV32.08138.68162.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=59.26%
G=2.96%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8045100.950.360.69322.8990.4816.47
Hex5043305F24451435a10
Octal12046301374410550313220
Binary1010000100110011010111111001001000101101000011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500433; }

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

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

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

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

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

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

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

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