#820146

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

Shades of Tyrian Purple #820146

Tints of Tyrian Purple #820146

Color information

#820146 (or 0x820146) is unknown color: approx Tyrian Purple. HEX triplet: 82, 01 and 46. RGB value is (130,1,70). Sum of RGB (Red+Green+Blue) = 130+1+70=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #820146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820146 is #7DFEB9. Grayscale: #2F2F2F. Windows color (decimal): -8257210 or 4587906. OLE color: 4587906.

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

Color convert

RGB130170-
CMYK00.990.460.49
HSL327.91º98.47%25.69%-
HSV(B)327.91º99.23%50.98%-
XYZ10.325.216.26-
YUV47.44140.74186.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=64.68%
G=0.50%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13017000.990.460.49327.9198.4725.69
Hex821460632E31148621a
Octal20211060143566151014232
Binary100000101100011001100011101110110001101001000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820146; }

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

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

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

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

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

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

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

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