#790451

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

Shades of Tyrian Purple #790451

Tints of Tyrian Purple #790451

Color information

#790451 (or 0x790451) is unknown color: approx Tyrian Purple. HEX triplet: 79, 04 and 51. RGB value is (121,4,81). Sum of RGB (Red+Green+Blue) = 121+4+81=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #790451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790451 is #86FBAE. Grayscale: #2F2F2F. Windows color (decimal): -8846255 or 5309561. OLE color: 5309561.

HSL color Cylindrical-coordinate representation of color #790451: hue angle of 320.51º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790451 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB121481-
CMYK00.970.330.53
HSL320.51º93.6%24.51%-
HSV(B)320.51º96.69%47.45%-
XYZ9.414.758.2-
YUV47.76146.76180.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=58.74%
G=1.94%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12148100.970.330.53320.5193.624.51
Hex7945106121351415e19
Octal17141210141416550113631
Binary1111001100101000101100001100001110101101000001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790451; }

 p { color: rgb(121,4,81); }

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

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

 a { background-color: rgb(121,4,81); }

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

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

 span { border-color: rgb(121,4,81); }

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