#7A093F

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

Shades of Tyrian Purple #7A093F

Tints of Tyrian Purple #7A093F

Color information

#7A093F (or 0x7A093F) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 09 and 3F. RGB value is (122,9,63). Sum of RGB (Red+Green+Blue) = 122+9+63=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A093F is #85F6C0. Grayscale: #303030. Windows color (decimal): -8779457 or 4131194. OLE color: 4131194.

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

Color convert

RGB122963-
CMYK00.930.480.52
HSL331.33º86.26%25.69%-
HSV(B)331.33º92.62%47.84%-
XYZ9.024.695.13-
YUV48.94135.94180.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 63 (25% from 255) = 32.47%
R=62.89%
G=4.64%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12296300.930.480.52331.3386.2625.69
Hex7A93F05D303414b561a
Octal17211770135606451312632
Binary1111010100111111101011101110000110100101001011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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