#790346

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

Shades of Tyrian Purple #790346

Tints of Tyrian Purple #790346

Color information

#790346 (or 0x790346) is unknown color: approx Tyrian Purple. HEX triplet: 79, 03 and 46. RGB value is (121,3,70). Sum of RGB (Red+Green+Blue) = 121+3+70=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #790346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790346 is #86FCB9. Grayscale: #2D2D2D. Windows color (decimal): -8846522 or 4588409. OLE color: 4588409.

HSL color Cylindrical-coordinate representation of color #790346: hue angle of 325.93º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790346 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB121370-
CMYK00.980.420.53
HSL325.93º95.16%24.31%-
HSV(B)325.93º97.52%47.45%-
XYZ9.024.576.2-
YUV45.92141.59181.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=62.37%
G=1.55%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12137000.980.420.53325.9395.1624.31
Hex793460622A351465f18
Octal17131060142526550613730
Binary111100111100011001100010101010110101101000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790346; }

 p { color: rgb(121,3,70); }

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

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

 a { background-color: rgb(121,3,70); }

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

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

 span { border-color: rgb(121,3,70); }

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