#790B4A

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

Shades of Tyrian Purple #790B4A

Tints of Tyrian Purple #790B4A

Color information

#790B4A (or 0x790B4A) is unknown color: approx Tyrian Purple. HEX triplet: 79, 0B and 4A. RGB value is (121,11,74). Sum of RGB (Red+Green+Blue) = 121+11+74=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #790B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B4A is #86F4B5. Grayscale: #323232. Windows color (decimal): -8844470 or 4852601. OLE color: 4852601.

HSL color Cylindrical-coordinate representation of color #790B4A: hue angle of 325.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B4A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1211174-
CMYK00.910.390.53
HSL325.64º83.33%25.88%-
HSV(B)325.64º90.91%47.45%-
XYZ9.244.86.92-
YUV51.07140.94177.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=58.74%
G=5.34%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121117400.910.390.53325.6483.3325.88
Hex79B4A05B2735146531a
Octal171131120133476550612332
Binary11110011011100101001011011100111110101101000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790B4A; }

 p { color: rgb(121,11,74); }

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

<style>
 a { background-color: #790B4A; }

 a { background-color: rgb(121,11,74); }

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

<style>
 span { border-color: #790B4A; }

 span { border-color: rgb(121,11,74); }

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