#7A093E

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

Shades of Tyrian Purple #7A093E

Tints of Tyrian Purple #7A093E

Color information

#7A093E (or 0x7A093E) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 09 and 3E. RGB value is (122,9,62). Sum of RGB (Red+Green+Blue) = 122+9+62=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A093E is #85F6C1. Grayscale: #303030. Windows color (decimal): -8779458 or 4065658. OLE color: 4065658.

HSL color Cylindrical-coordinate representation of color #7A093E: hue angle of 331.86º 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 #7A093E is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB122962-
CMYK00.930.490.52
HSL331.86º86.26%25.69%-
HSV(B)331.86º92.62%47.84%-
XYZ8.994.684.99-
YUV48.83135.44180.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.21%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=63.21%
G=4.66%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12296200.930.490.52331.8686.2625.69
Hex7A93E05D313414c561a
Octal17211760135616451412632
Binary1111010100111111001011101110001110100101001100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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