#82034C

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

Shades of Tyrian Purple #82034C

Tints of Tyrian Purple #82034C

Color information

#82034C (or 0x82034C) is unknown color: approx Tyrian Purple. HEX triplet: 82, 03 and 4C. RGB value is (130,3,76). Sum of RGB (Red+Green+Blue) = 130+3+76=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82034C is #7DFCB3. Grayscale: #313131. Windows color (decimal): -8256692 or 4981634. OLE color: 4981634.

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

Color convert

RGB130376-
CMYK00.980.420.49
HSL325.51º95.49%26.08%-
HSV(B)325.51º97.69%50.98%-
XYZ10.545.337.31-
YUV49.3143.08185.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=62.20%
G=1.44%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13037600.980.420.49325.5195.4926.08
Hex8234C0622A311465f1a
Octal20231140142526150613732
Binary1000001011100110001100010101010110001101000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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