#790245

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

Shades of Tyrian Purple #790245

Tints of Tyrian Purple #790245

Color information

#790245 (or 0x790245) is unknown color: approx Tyrian Purple. HEX triplet: 79, 02 and 45. RGB value is (121,2,69). Sum of RGB (Red+Green+Blue) = 121+2+69=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #790245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790245 is #86FDBA. Grayscale: #2D2D2D. Windows color (decimal): -8846779 or 4522617. OLE color: 4522617.

HSL color Cylindrical-coordinate representation of color #790245: hue angle of 326.22º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790245 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB121269-
CMYK00.980.430.53
HSL326.22º96.75%24.12%-
HSV(B)326.22º98.35%47.45%-
XYZ8.984.546.03-
YUV45.22141.42182.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=63.02%
G=1.04%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12126900.980.430.53326.2296.7524.12
Hex792450622B351466118
Octal17121050142536550614130
Binary111100110100010101100010101011110101101000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790245; }

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

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

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

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

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

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

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

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