#82063C

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

Shades of Tyrian Purple #82063C

Tints of Tyrian Purple #82063C

Color information

#82063C (or 0x82063C) is unknown color: approx Tyrian Purple. HEX triplet: 82, 06 and 3C. RGB value is (130,6,60). Sum of RGB (Red+Green+Blue) = 130+6+60=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82063C is #7DF9C3. Grayscale: #313131. Windows color (decimal): -8255940 or 3933826. OLE color: 3933826.

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

Color convert

RGB130660-
CMYK00.950.540.49
HSL333.87º91.18%26.67%-
HSV(B)333.87º95.38%50.98%-
XYZ10.095.24.75-
YUV49.23134.08185.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=66.33%
G=3.06%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13066000.950.540.49333.8791.1826.67
Hex8263C05F363114e5b1b
Octal2026740137666151613333
Binary1000001011011110001011111110110110001101001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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