#820346

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

Shades of Tyrian Purple #820346

Tints of Tyrian Purple #820346

Color information

#820346 (or 0x820346) is unknown color: approx Tyrian Purple. HEX triplet: 82, 03 and 46. RGB value is (130,3,70). Sum of RGB (Red+Green+Blue) = 130+3+70=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820346 is #7DFCB9. Grayscale: #303030. Windows color (decimal): -8256698 or 4588418. OLE color: 4588418.

HSL color Cylindrical-coordinate representation of color #820346: hue angle of 328.35º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820346 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB130370-
CMYK00.980.460.49
HSL328.35º95.49%26.08%-
HSV(B)328.35º97.69%50.98%-
XYZ10.345.256.26-
YUV48.61140.08186.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=64.04%
G=1.48%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13037000.980.460.49328.3595.4926.08
Hex823460622E311485f1a
Octal20231060142566151013732
Binary1000001011100011001100010101110110001101001000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820346; }

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

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

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

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

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

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

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

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