#790050

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

Shades of Tyrian Purple #790050

Tints of Tyrian Purple #790050

Color information

#790050 (or 0x790050) is unknown color: approx Tyrian Purple. HEX triplet: 79, 00 and 50. RGB value is (121,0,80). Sum of RGB (Red+Green+Blue) = 121+0+80=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #790050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790050 is #86FFAF. Grayscale: #2D2D2D. Windows color (decimal): -8847280 or 5243001. OLE color: 5243001.

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

Color convert

RGB121080-
CMYK010.340.53
HSL320.33º100%23.73%-
HSV(B)320.33º100%47.45%-
XYZ9.334.647.99-
YUV45.3147.59182-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=60.20%
G=0%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121080010.340.53320.3310023.73
Hex7905006422351406418
Octal17101200144426550014430
Binary11110010101000001100100100010110101101000000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790050; }

 p { color: rgb(121,0,80); }

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

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

 a { background-color: rgb(121,0,80); }

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

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

 span { border-color: rgb(121,0,80); }

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