#500432

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

Shades of Tyrian Purple #500432

Tints of Tyrian Purple #500432

Color information

#500432 (or 0x500432) is unknown color: approx Tyrian Purple. HEX triplet: 50, 04 and 32. RGB value is (80,4,50). Sum of RGB (Red+Green+Blue) = 80+4+50=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #500432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500432 is #AFFBCD. Grayscale: #1F1F1F. Windows color (decimal): -11533262 or 3277904. OLE color: 3277904.

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

Color convert

RGB80450-
CMYK00.950.370.69
HSL323.68º90.48%16.47%-
HSV(B)323.68º95%31.37%-
XYZ3.932.023.2-
YUV31.97138.18162.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 4 (1.95% from 255) = 2.99%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=59.70%
G=2.99%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8045000.950.370.69323.6890.4816.47
Hex5043205F25451445a10
Octal12046201374510550413220
Binary1010000100110010010111111001011000101101000100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500432; }

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

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

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

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

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

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

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

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