#790255

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

Shades of Tyrian Purple #790255

Tints of Tyrian Purple #790255

Color information

#790255 (or 0x790255) is unknown color: approx Tyrian Purple. HEX triplet: 79, 02 and 55. RGB value is (121,2,85). Sum of RGB (Red+Green+Blue) = 121+2+85=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #790255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790255 is #86FDAA. Grayscale: #2E2E2E. Windows color (decimal): -8846763 or 5571193. OLE color: 5571193.

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

Color convert

RGB121285-
CMYK00.980.300.53
HSL318.15º96.75%24.12%-
HSV(B)318.15º98.35%47.45%-
XYZ9.554.769.01-
YUV47.04149.42180.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.17%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=58.17%
G=0.96%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12128500.980.300.53318.1596.7524.12
Hex792550621E3513e6118
Octal17121250142366547614130
Binary11110011010101010110001011110110101100111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790255; }

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

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

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

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

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

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

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

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