#820946

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

Shades of Tyrian Purple #820946

Tints of Tyrian Purple #820946

Color information

#820946 (or 0x820946) is unknown color: approx Tyrian Purple. HEX triplet: 82, 09 and 46. RGB value is (130,9,70). Sum of RGB (Red+Green+Blue) = 130+9+70=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #820946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820946 is #7DF6B9. Grayscale: #343434. Windows color (decimal): -8255162 or 4589954. OLE color: 4589954.

HSL color Cylindrical-coordinate representation of color #820946: hue angle of 329.75º 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 #820946 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB130970-
CMYK00.930.460.49
HSL329.75º87.05%27.25%-
HSV(B)329.75º93.08%50.98%-
XYZ10.415.386.28-
YUV52.13138.09183.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=62.20%
G=4.31%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13097000.930.460.49329.7587.0527.25
Hex8294605D2E3114a571b
Octal202111060135566151212733
Binary100000101001100011001011101101110110001101001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820946; }

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

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

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

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

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

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

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

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