#790C45

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

Shades of Tyrian Purple #790C45

Tints of Tyrian Purple #790C45

Color information

#790C45 (or 0x790C45) is unknown color: approx Tyrian Purple. HEX triplet: 79, 0C and 45. RGB value is (121,12,69). Sum of RGB (Red+Green+Blue) = 121+12+69=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #790C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C45 is #86F3BA. Grayscale: #323232. Windows color (decimal): -8844219 or 4525177. OLE color: 4525177.

HSL color Cylindrical-coordinate representation of color #790C45: hue angle of 328.62º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C45 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1211269-
CMYK00.900.430.53
HSL328.62º81.95%26.08%-
HSV(B)328.62º90.08%47.45%-
XYZ9.094.766.07-
YUV51.09138.11177.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.90%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=59.90%
G=5.94%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121126900.900.430.53328.6281.9526.08
Hex79C4505A2B35149521a
Octal171141050132536551112232
Binary11110011100100010101011010101011110101101001001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790C45; }

 p { color: rgb(121,12,69); }

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

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

 a { background-color: rgb(121,12,69); }

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

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

 span { border-color: rgb(121,12,69); }

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