#790B3E

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

Shades of Tyrian Purple #790B3E

Tints of Tyrian Purple #790B3E

Color information

#790B3E (or 0x790B3E) is unknown color: approx Tyrian Purple. HEX triplet: 79, 0B and 3E. RGB value is (121,11,62). Sum of RGB (Red+Green+Blue) = 121+11+62=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #790B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B3E is #86F4C1. Grayscale: #313131. Windows color (decimal): -8844482 or 4066169. OLE color: 4066169.

HSL color Cylindrical-coordinate representation of color #790B3E: hue angle of 332.18º 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 #790B3E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1211162-
CMYK00.910.490.53
HSL332.18º83.33%25.88%-
HSV(B)332.18º90.91%47.45%-
XYZ8.874.654.99-
YUV49.7134.94178.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=62.37%
G=5.67%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121116200.910.490.53332.1883.3325.88
Hex79B3E05B313514c531a
Octal17113760133616551412332
Binary1111001101111111001011011110001110101101001100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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