#7B0336

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

Shades of Tyrian Purple #7B0336

Tints of Tyrian Purple #7B0336

Color information

#7B0336 (or 0x7B0336) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 03 and 36. RGB value is (123,3,54). Sum of RGB (Red+Green+Blue) = 123+3+54=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0336 is #84FCC9. Grayscale: #2C2C2C. Windows color (decimal): -8715466 or 3539835. OLE color: 3539835.

HSL color Cylindrical-coordinate representation of color #7B0336: hue angle of 334.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0336 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB123354-
CMYK00.980.560.52
HSL334.5º95.24%24.71%-
HSV(B)334.5º97.56%48.24%-
XYZ8.874.543.9-
YUV44.69133.26183.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.33%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 54 (21.48% from 255) = 30%
R=68.33%
G=1.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12335400.980.560.52334.595.2424.71
Hex7B336062383414e5f19
Octal1733660142706451613731
Binary11110111111011001100010111000110100101001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B0336; }

 p { color: rgb(123,3,54); }

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

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

 a { background-color: rgb(123,3,54); }

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

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

 span { border-color: rgb(123,3,54); }

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