#790356

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

Shades of Tyrian Purple #790356

Tints of Tyrian Purple #790356

Color information

#790356 (or 0x790356) is unknown color: approx Tyrian Purple. HEX triplet: 79, 03 and 56. RGB value is (121,3,86). Sum of RGB (Red+Green+Blue) = 121+3+86=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #790356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790356 is #86FCA9. Grayscale: #2F2F2F. Windows color (decimal): -8846506 or 5636985. OLE color: 5636985.

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

Color convert

RGB121386-
CMYK00.980.290.53
HSL317.8º95.16%24.31%-
HSV(B)317.8º97.52%47.45%-
XYZ9.64.89.23-
YUV47.74149.59180.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=57.62%
G=1.43%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12138600.980.290.53317.895.1624.31
Hex793560621D3513e5f18
Octal17131260142356547613730
Binary11110011110101100110001011101110101100111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790356; }

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

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

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

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

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

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

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

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