#790D3B

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

Shades of Tyrian Purple #790D3B

Tints of Tyrian Purple #790D3B

Color information

#790D3B (or 0x790D3B) is unknown color: approx Tyrian Purple. HEX triplet: 79, 0D and 3B. RGB value is (121,13,59). Sum of RGB (Red+Green+Blue) = 121+13+59=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #790D3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D3B is #86F2C4. Grayscale: #323232. Windows color (decimal): -8843973 or 3870073. OLE color: 3870073.

HSL color Cylindrical-coordinate representation of color #790D3B: hue angle of 334.44º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D3B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1211359-
CMYK00.890.510.53
HSL334.44º80.6%26.27%-
HSV(B)334.44º89.26%47.45%-
XYZ8.824.674.57-
YUV50.54132.78178.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=62.69%
G=6.74%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121135900.890.510.53334.4480.626.27
Hex79D3B059333514e511a
Octal17115730131636551612132
Binary1111001110111101101011001110011110101101001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790D3B; }

 p { color: rgb(121,13,59); }

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

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

 a { background-color: rgb(121,13,59); }

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

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

 span { border-color: rgb(121,13,59); }

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