#790B3D

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

Shades of Tyrian Purple #790B3D

Tints of Tyrian Purple #790B3D

Color information

#790B3D (or 0x790B3D) is unknown color: approx Tyrian Purple. HEX triplet: 79, 0B and 3D. RGB value is (121,11,61). Sum of RGB (Red+Green+Blue) = 121+11+61=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #790B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B3D is #86F4C2. Grayscale: #313131. Windows color (decimal): -8844483 or 4000633. OLE color: 4000633.

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

Color convert

RGB1211161-
CMYK00.910.500.53
HSL332.73º83.33%25.88%-
HSV(B)332.73º90.91%47.45%-
XYZ8.854.644.84-
YUV49.59134.44178.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=62.69%
G=5.70%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121116100.910.500.53332.7383.3325.88
Hex79B3D05B323514d531a
Octal17113750133626551512332
Binary1111001101111110101011011110010110101101001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,11,61); }

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

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

 a { background-color: rgb(121,11,61); }

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

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

 span { border-color: rgb(121,11,61); }

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