#820040

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

Shades of Tyrian Purple #820040

Tints of Tyrian Purple #820040

Color information

#820040 (or 0x820040) is unknown color: approx Tyrian Purple. HEX triplet: 82, 00 and 40. RGB value is (130,0,64). Sum of RGB (Red+Green+Blue) = 130+0+64=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #820040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820040 is #7DFFBF. Grayscale: #2E2E2E. Windows color (decimal): -8257472 or 4194434. OLE color: 4194434.

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

Color convert

RGB130064-
CMYK010.510.49
HSL330.46º100%25.49%-
HSV(B)330.46º100%50.98%-
XYZ10.135.125.3-
YUV46.17138.07187.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=67.01%
G=0%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130064010.510.49330.4610025.49
Hex82040064333114a6419
Octal20201000144636151214431
Binary100000100100000001100100110011110001101001010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820040; }

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

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

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

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

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

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

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

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