#82043D

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

Shades of Tyrian Purple #82043D

Tints of Tyrian Purple #82043D

Color information

#82043D (or 0x82043D) is unknown color: approx Tyrian Purple. HEX triplet: 82, 04 and 3D. RGB value is (130,4,61). Sum of RGB (Red+Green+Blue) = 130+4+61=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82043D is #7DFBC2. Grayscale: #303030. Windows color (decimal): -8256451 or 3998850. OLE color: 3998850.

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

Color convert

RGB130461-
CMYK00.970.530.49
HSL332.86º94.03%26.27%-
HSV(B)332.86º96.92%50.98%-
XYZ10.095.174.88-
YUV48.17135.24186.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=66.67%
G=2.05%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13046100.970.530.49332.8694.0326.27
Hex8243D061353114d5e1a
Octal2024750141656151513632
Binary1000001010011110101100001110101110001101001101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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