#790C36

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

Shades of Tyrian Purple #790C36

Tints of Tyrian Purple #790C36

Color information

#790C36 (or 0x790C36) is unknown color: approx Tyrian Purple. HEX triplet: 79, 0C and 36. RGB value is (121,12,54). Sum of RGB (Red+Green+Blue) = 121+12+54=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #790C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C36 is #86F3C9. Grayscale: #313131. Windows color (decimal): -8844234 or 3542137. OLE color: 3542137.

HSL color Cylindrical-coordinate representation of color #790C36: hue angle of 336.88º 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 #790C36 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1211254-
CMYK00.900.550.53
HSL336.88º81.95%26.08%-
HSV(B)336.88º90.08%47.45%-
XYZ8.684.593.92-
YUV49.38130.61179.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.71%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=64.71%
G=6.42%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121125400.900.550.53336.8881.9526.08
Hex79C3605A3735151521a
Octal17114660132676552112232
Binary1111001110011011001011010110111110101101010001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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