#82064C

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

Shades of Tyrian Purple #82064C

Tints of Tyrian Purple #82064C

Color information

#82064C (or 0x82064C) is unknown color: approx Tyrian Purple. HEX triplet: 82, 06 and 4C. RGB value is (130,6,76). Sum of RGB (Red+Green+Blue) = 130+6+76=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82064C is #7DF9B3. Grayscale: #323232. Windows color (decimal): -8255924 or 4982402. OLE color: 4982402.

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

Color convert

RGB130676-
CMYK00.950.420.49
HSL326.13º91.18%26.67%-
HSV(B)326.13º95.38%50.98%-
XYZ10.585.47.32-
YUV51.06142.08184.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=61.32%
G=2.83%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13067600.950.420.49326.1391.1826.67
Hex8264C05F2A311465b1b
Octal20261140137526150613333
Binary10000010110100110001011111101010110001101000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82064C; }

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

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

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

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

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

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

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

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