#790945

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

Shades of Tyrian Purple #790945

Tints of Tyrian Purple #790945

Color information

#790945 (or 0x790945) is unknown color: approx Tyrian Purple. HEX triplet: 79, 09 and 45. RGB value is (121,9,69). Sum of RGB (Red+Green+Blue) = 121+9+69=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #790945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790945 is #86F6BA. Grayscale: #313131. Windows color (decimal): -8844987 or 4524409. OLE color: 4524409.

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

Color convert

RGB121969-
CMYK00.930.430.53
HSL327.86º86.15%25.49%-
HSV(B)327.86º92.56%47.45%-
XYZ9.064.696.06-
YUV49.33139.11179.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=60.80%
G=4.52%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12196900.930.430.53327.8686.1525.49
Hex7994505D2B351485619
Octal171111050135536551012631
Binary11110011001100010101011101101011110101101001000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790945; }

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

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

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

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

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

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

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

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