#790141

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

Shades of Tyrian Purple #790141

Tints of Tyrian Purple #790141

Color information

#790141 (or 0x790141) is unknown color: approx Tyrian Purple. HEX triplet: 79, 01 and 41. RGB value is (121,1,65). Sum of RGB (Red+Green+Blue) = 121+1+65=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #790141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790141 is #86FEBE. Grayscale: #2C2C2C. Windows color (decimal): -8847039 or 4260217. OLE color: 4260217.

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

Color convert

RGB121165-
CMYK00.990.460.53
HSL328º98.36%23.92%-
HSV(B)328º99.17%47.45%-
XYZ8.854.475.4-
YUV44.18139.76182.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.71%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=64.71%
G=0.53%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12116500.990.460.5332898.3623.92
Hex791410632E351486218
Octal17111010143566551014230
Binary11110011100000101100011101110110101101001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790141; }

 p { color: rgb(121,1,65); }

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

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

 a { background-color: rgb(121,1,65); }

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

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

 span { border-color: rgb(121,1,65); }

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