#7A0B4F

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

Shades of Tyrian Purple #7A0B4F

Tints of Tyrian Purple #7A0B4F

Color information

#7A0B4F (or 0x7A0B4F) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 0B and 4F. RGB value is (122,11,79). Sum of RGB (Red+Green+Blue) = 122+11+79=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B4F is #85F4B0. Grayscale: #333333. Windows color (decimal): -8778929 or 5180282. OLE color: 5180282.

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

Color convert

RGB1221179-
CMYK00.910.350.52
HSL323.24º83.46%26.08%-
HSV(B)323.24º90.98%47.84%-
XYZ9.564.947.85-
YUV51.94143.27177.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.55%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=57.55%
G=5.19%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122117900.910.350.52323.2483.4626.08
Hex7AB4F05B2334143531a
Octal172131170133436450312332
Binary11110101011100111101011011100011110100101000011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,11,79); }

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

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

 a { background-color: rgb(122,11,79); }

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

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

 span { border-color: rgb(122,11,79); }

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