#82034D

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

Shades of Tyrian Purple #82034D

Tints of Tyrian Purple #82034D

Color information

#82034D (or 0x82034D) is unknown color: approx Tyrian Purple. HEX triplet: 82, 03 and 4D. RGB value is (130,3,77). Sum of RGB (Red+Green+Blue) = 130+3+77=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82034D is #7DFCB2. Grayscale: #313131. Windows color (decimal): -8256691 or 5047170. OLE color: 5047170.

HSL color Cylindrical-coordinate representation of color #82034D: hue angle of 325.04º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82034D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB130377-
CMYK00.980.410.49
HSL325.04º95.49%26.08%-
HSV(B)325.04º97.69%50.98%-
XYZ10.585.357.5-
YUV49.41143.58185.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=61.90%
G=1.43%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13037700.980.410.49325.0495.4926.08
Hex8234D06229311455f1a
Octal20231150142516150513732
Binary1000001011100110101100010101001110001101000101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,3,77); }

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

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

 a { background-color: rgb(130,3,77); }

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

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

 span { border-color: rgb(130,3,77); }

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