#82043E

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

Shades of Tyrian Purple #82043E

Tints of Tyrian Purple #82043E

Color information

#82043E (or 0x82043E) is unknown color: approx Tyrian Purple. HEX triplet: 82, 04 and 3E. RGB value is (130,4,62). Sum of RGB (Red+Green+Blue) = 130+4+62=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82043E is #7DFBC1. Grayscale: #303030. Windows color (decimal): -8256450 or 4064386. OLE color: 4064386.

HSL color Cylindrical-coordinate representation of color #82043E: hue angle of 332.38º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82043E is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB130462-
CMYK00.970.520.49
HSL332.38º94.03%26.27%-
HSV(B)332.38º96.92%50.98%-
XYZ10.125.185.02-
YUV48.29135.74186.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=66.33%
G=2.04%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13046200.970.520.49332.3894.0326.27
Hex8243E061343114c5e1a
Octal2024760141646151413632
Binary1000001010011111001100001110100110001101001100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82043E; }

 p { color: rgb(130,4,62); }

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

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

 a { background-color: rgb(130,4,62); }

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

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

 span { border-color: rgb(130,4,62); }

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