#790755

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

Shades of Tyrian Purple #790755

Tints of Tyrian Purple #790755

Color information

#790755 (or 0x790755) is unknown color: approx Tyrian Purple. HEX triplet: 79, 07 and 55. RGB value is (121,7,85). Sum of RGB (Red+Green+Blue) = 121+7+85=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #790755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790755 is #86F8AA. Grayscale: #313131. Windows color (decimal): -8845483 or 5572473. OLE color: 5572473.

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

Color convert

RGB121785-
CMYK00.940.300.53
HSL318.95º89.06%25.1%-
HSV(B)318.95º94.21%47.45%-
XYZ9.64.879.03-
YUV49.98147.77178.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.81%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=56.81%
G=3.29%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12178500.940.300.53318.9589.0625.1
Hex7975505E1E3513f5919
Octal17171250136366547713131
Binary111100111110101010101111011110110101100111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790755; }

 p { color: rgb(121,7,85); }

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

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

 a { background-color: rgb(121,7,85); }

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

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

 span { border-color: rgb(121,7,85); }

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