#820042

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

Shades of Tyrian Purple #820042

Tints of Tyrian Purple #820042

Color information

#820042 (or 0x820042) is unknown color: approx Tyrian Purple. HEX triplet: 82, 00 and 42. RGB value is (130,0,66). Sum of RGB (Red+Green+Blue) = 130+0+66=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #820042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820042 is #7DFFBD. Grayscale: #2E2E2E. Windows color (decimal): -8257470 or 4325506. OLE color: 4325506.

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

Color convert

RGB130066-
CMYK010.490.49
HSL329.54º100%25.49%-
HSV(B)329.54º100%50.98%-
XYZ10.195.145.61-
YUV46.39139.07187.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=66.33%
G=0%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130066010.490.49329.5410025.49
Hex82042064313114a6419
Octal20201020144616151214431
Binary100000100100001001100100110001110001101001010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820042; }

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

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

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

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

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

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

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

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