#790340

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

Shades of Tyrian Purple #790340

Tints of Tyrian Purple #790340

Color information

#790340 (or 0x790340) is unknown color: approx Tyrian Purple. HEX triplet: 79, 03 and 40. RGB value is (121,3,64). Sum of RGB (Red+Green+Blue) = 121+3+64=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #790340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790340 is #86FCBF. Grayscale: #2D2D2D. Windows color (decimal): -8846528 or 4195193. OLE color: 4195193.

HSL color Cylindrical-coordinate representation of color #790340: hue angle of 328.98º 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 #790340 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB121364-
CMYK00.980.470.53
HSL328.98º95.16%24.31%-
HSV(B)328.98º97.52%47.45%-
XYZ8.844.55.25-
YUV45.24138.59182.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=64.36%
G=1.60%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12136400.980.470.53328.9895.1624.31
Hex793400622F351495f18
Octal17131000142576551113730
Binary111100111100000001100010101111110101101001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790340; }

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

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

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

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

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

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

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

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