#500434

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

Shades of Tyrian Purple #500434

Tints of Tyrian Purple #500434

Color information

#500434 (or 0x500434) is unknown color: approx Tyrian Purple. HEX triplet: 50, 04 and 34. RGB value is (80,4,52). Sum of RGB (Red+Green+Blue) = 80+4+52=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500434 is #AFFBCB. Grayscale: #202020. Windows color (decimal): -11533260 or 3408976. OLE color: 3408976.

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

Color convert

RGB80452-
CMYK00.950.350.69
HSL322.11º90.48%16.47%-
HSV(B)322.11º95%31.37%-
XYZ3.972.043.43-
YUV32.2139.18162.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=58.82%
G=2.94%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8045200.950.350.69322.1190.4816.47
Hex5043405F23451425a10
Octal12046401374310550213220
Binary1010000100110100010111111000111000101101000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500434; }

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

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

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

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

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

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

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

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