#820940

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

Shades of Tyrian Purple #820940

Tints of Tyrian Purple #820940

Color information

#820940 (or 0x820940) is unknown color: approx Tyrian Purple. HEX triplet: 82, 09 and 40. RGB value is (130,9,64). Sum of RGB (Red+Green+Blue) = 130+9+64=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820940 is #7DF6BF. Grayscale: #333333. Windows color (decimal): -8255168 or 4196738. OLE color: 4196738.

HSL color Cylindrical-coordinate representation of color #820940: hue angle of 332.73º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820940 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB130964-
CMYK00.930.510.49
HSL332.73º87.05%27.25%-
HSV(B)332.73º93.08%50.98%-
XYZ10.235.315.34-
YUV51.45135.09184.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=64.04%
G=4.43%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13096400.930.510.49332.7387.0527.25
Hex8294005D333114d571b
Octal202111000135636151512733
Binary100000101001100000001011101110011110001101001101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820940; }

 p { color: rgb(130,9,64); }

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

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

 a { background-color: rgb(130,9,64); }

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

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

 span { border-color: rgb(130,9,64); }

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