#790938

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

Shades of Tyrian Purple #790938

Tints of Tyrian Purple #790938

Color information

#790938 (or 0x790938) is unknown color: approx Tyrian Purple. HEX triplet: 79, 09 and 38. RGB value is (121,9,56). Sum of RGB (Red+Green+Blue) = 121+9+56=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #790938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790938 is #86F6C7. Grayscale: #2F2F2F. Windows color (decimal): -8845000 or 3672441. OLE color: 3672441.

HSL color Cylindrical-coordinate representation of color #790938: hue angle of 334.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790938 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB121956-
CMYK00.930.540.53
HSL334.82º86.15%25.49%-
HSV(B)334.82º92.56%47.45%-
XYZ8.74.554.16-
YUV47.85132.61180.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.05%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=65.05%
G=4.84%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12195600.930.540.53334.8286.1525.49
Hex7993805D363514f5619
Octal17111700135666551712631
Binary1111001100111100001011101110110110101101001111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790938; }

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

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

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

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

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

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

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

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