#7B0042

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

Shades of Tyrian Purple #7B0042

Tints of Tyrian Purple #7B0042

Color information

#7B0042 (or 0x7B0042) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 00 and 42. RGB value is (123,0,66). Sum of RGB (Red+Green+Blue) = 123+0+66=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0042 is #84FFBD. Grayscale: #2C2C2C. Windows color (decimal): -8716222 or 4325499. OLE color: 4325499.

HSL color Cylindrical-coordinate representation of color #7B0042: hue angle of 327.8º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0042 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB123066-
CMYK010.460.52
HSL327.8º100%24.12%-
HSV(B)327.8º100%48.24%-
XYZ9.154.65.56-
YUV44.3140.25184.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=65.08%
G=0%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123066010.460.52327.810024.12
Hex7B0420642E341486418
Octal17301020144566451014430
Binary11110110100001001100100101110110100101001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,66); }

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

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

 a { background-color: rgb(123,0,66); }

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

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

 span { border-color: rgb(123,0,66); }

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