#82063D

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

Shades of Tyrian Purple #82063D

Tints of Tyrian Purple #82063D

Color information

#82063D (or 0x82063D) is unknown color: approx Tyrian Purple. HEX triplet: 82, 06 and 3D. RGB value is (130,6,61). Sum of RGB (Red+Green+Blue) = 130+6+61=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82063D is #7DF9C2. Grayscale: #313131. Windows color (decimal): -8255939 or 3999362. OLE color: 3999362.

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

Color convert

RGB130661-
CMYK00.950.530.49
HSL333.39º91.18%26.67%-
HSV(B)333.39º95.38%50.98%-
XYZ10.115.214.89-
YUV49.35134.58185.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=65.99%
G=3.05%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13066100.950.530.49333.3991.1826.67
Hex8263D05F353114d5b1b
Octal2026750137656151513333
Binary1000001011011110101011111110101110001101001101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82063D; }

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

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

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

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

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

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

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

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