#790C38

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

Shades of Tyrian Purple #790C38

Tints of Tyrian Purple #790C38

Color information

#790C38 (or 0x790C38) is unknown color: approx Tyrian Purple. HEX triplet: 79, 0C and 38. RGB value is (121,12,56). Sum of RGB (Red+Green+Blue) = 121+12+56=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #790C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C38 is #86F3C7. Grayscale: #313131. Windows color (decimal): -8844232 or 3673209. OLE color: 3673209.

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

Color convert

RGB1211256-
CMYK00.900.540.53
HSL335.78º81.95%26.08%-
HSV(B)335.78º90.08%47.45%-
XYZ8.734.614.17-
YUV49.61131.61178.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=64.02%
G=6.35%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121125600.900.540.53335.7881.9526.08
Hex79C3805A3635150521a
Octal17114700132666552012232
Binary1111001110011100001011010110110110101101010000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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