#82034A

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

Shades of Tyrian Purple #82034A

Tints of Tyrian Purple #82034A

Color information

#82034A (or 0x82034A) is unknown color: approx Tyrian Purple. HEX triplet: 82, 03 and 4A. RGB value is (130,3,74). Sum of RGB (Red+Green+Blue) = 130+3+74=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82034A is #7DFCB5. Grayscale: #303030. Windows color (decimal): -8256694 or 4850562. OLE color: 4850562.

HSL color Cylindrical-coordinate representation of color #82034A: hue angle of 326.46º 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 #82034A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB130374-
CMYK00.980.430.49
HSL326.46º95.49%26.08%-
HSV(B)326.46º97.69%50.98%-
XYZ10.475.316.95-
YUV49.07142.08185.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=62.80%
G=1.45%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13037400.980.430.49326.4695.4926.08
Hex8234A0622B311465f1a
Octal20231120142536150613732
Binary1000001011100101001100010101011110001101000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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