#790357

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

Shades of Tyrian Purple #790357

Tints of Tyrian Purple #790357

Color information

#790357 (or 0x790357) is unknown color: approx Tyrian Purple. HEX triplet: 79, 03 and 57. RGB value is (121,3,87). Sum of RGB (Red+Green+Blue) = 121+3+87=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #790357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790357 is #86FCA8. Grayscale: #2F2F2F. Windows color (decimal): -8846505 or 5702521. OLE color: 5702521.

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

Color convert

RGB121387-
CMYK00.980.280.53
HSL317.29º95.16%24.31%-
HSV(B)317.29º97.52%47.45%-
XYZ9.644.829.44-
YUV47.86150.09180.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.35%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=57.35%
G=1.42%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12138700.980.280.53317.2995.1624.31
Hex793570621C3513d5f18
Octal17131270142346547513730
Binary11110011110101110110001011100110101100111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790357; }

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

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

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

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

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

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

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

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