#820642

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

Shades of Tyrian Purple #820642

Tints of Tyrian Purple #820642

Color information

#820642 (or 0x820642) is unknown color: approx Tyrian Purple. HEX triplet: 82, 06 and 42. RGB value is (130,6,66). Sum of RGB (Red+Green+Blue) = 130+6+66=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #820642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820642 is #7DF9BD. Grayscale: #313131. Windows color (decimal): -8255934 or 4327042. OLE color: 4327042.

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

Color convert

RGB130666-
CMYK00.950.490.49
HSL330.97º91.18%26.67%-
HSV(B)330.97º95.38%50.98%-
XYZ10.255.275.63-
YUV49.92137.08185.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=64.36%
G=2.97%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13066600.950.490.49330.9791.1826.67
Hex8264205F313114b5b1b
Octal20261020137616151313333
Binary10000010110100001001011111110001110001101001011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820642; }

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

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

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

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

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

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

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

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