#790541

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

Shades of Tyrian Purple #790541

Tints of Tyrian Purple #790541

Color information

#790541 (or 0x790541) is unknown color: approx Tyrian Purple. HEX triplet: 79, 05 and 41. RGB value is (121,5,65). Sum of RGB (Red+Green+Blue) = 121+5+65=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #790541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790541 is #86FABE. Grayscale: #2E2E2E. Windows color (decimal): -8846015 or 4261241. OLE color: 4261241.

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

Color convert

RGB121565-
CMYK00.960.460.53
HSL328.97º92.06%24.71%-
HSV(B)328.97º95.87%47.45%-
XYZ8.894.565.41-
YUV46.52138.43181.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=63.35%
G=2.62%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12156500.960.460.53328.9792.0624.71
Hex795410602E351495c19
Octal17151010140566551113431
Binary1111001101100000101100000101110110101101001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790541; }

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

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

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

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

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

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

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

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