#7A093B

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

Shades of Tyrian Purple #7A093B

Tints of Tyrian Purple #7A093B

Color information

#7A093B (or 0x7A093B) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 09 and 3B. RGB value is (122,9,59). Sum of RGB (Red+Green+Blue) = 122+9+59=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A093B is #85F6C4. Grayscale: #303030. Windows color (decimal): -8779461 or 3869050. OLE color: 3869050.

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

Color convert

RGB122959-
CMYK00.930.520.52
HSL333.45º86.26%25.69%-
HSV(B)333.45º92.62%47.84%-
XYZ8.914.654.57-
YUV48.49133.94180.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 64.21%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=64.21%
G=4.74%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12295900.930.520.52333.4586.2625.69
Hex7A93B05D343414d561a
Octal17211730135646451512632
Binary1111010100111101101011101110100110100101001101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,9,59); }

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

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

 a { background-color: rgb(122,9,59); }

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

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

 span { border-color: rgb(122,9,59); }

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