#790142

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

Shades of Tyrian Purple #790142

Tints of Tyrian Purple #790142

Color information

#790142 (or 0x790142) is unknown color: approx Tyrian Purple. HEX triplet: 79, 01 and 42. RGB value is (121,1,66). Sum of RGB (Red+Green+Blue) = 121+1+66=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #790142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790142 is #86FEBD. Grayscale: #2C2C2C. Windows color (decimal): -8847038 or 4325753. OLE color: 4325753.

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

Color convert

RGB121166-
CMYK00.990.450.53
HSL327.5º98.36%23.92%-
HSV(B)327.5º99.17%47.45%-
XYZ8.884.485.55-
YUV44.29140.26182.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=64.36%
G=0.53%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12116600.990.450.53327.598.3623.92
Hex791420632D351486218
Octal17111020143556551014230
Binary11110011100001001100011101101110101101001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790142; }

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

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

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

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

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

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

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

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