#790535

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

Shades of Tyrian Purple #790535

Tints of Tyrian Purple #790535

Color information

#790535 (or 0x790535) is unknown color: approx Tyrian Purple. HEX triplet: 79, 05 and 35. RGB value is (121,5,53). Sum of RGB (Red+Green+Blue) = 121+5+53=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #790535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790535 is #86FACA. Grayscale: #2D2D2D. Windows color (decimal): -8846027 or 3474809. OLE color: 3474809.

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

Color convert

RGB121553-
CMYK00.960.560.53
HSL335.17º92.06%24.71%-
HSV(B)335.17º95.87%47.45%-
XYZ8.584.433.77-
YUV45.16132.43182.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=67.60%
G=2.79%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12155300.960.560.53335.1792.0624.71
Hex79535060383514f5c19
Octal1715650140706551713431
Binary111100110111010101100000111000110101101001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790535; }

 p { color: rgb(121,5,53); }

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

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

 a { background-color: rgb(121,5,53); }

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

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

 span { border-color: rgb(121,5,53); }

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