#82003A

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

Shades of Tyrian Purple #82003A

Tints of Tyrian Purple #82003A

Color information

#82003A (or 0x82003A) is unknown color: approx Tyrian Purple. HEX triplet: 82, 00 and 3A. RGB value is (130,0,58). Sum of RGB (Red+Green+Blue) = 130+0+58=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #82003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82003A is #7DFFC5. Grayscale: #2D2D2D. Windows color (decimal): -8257478 or 3801218. OLE color: 3801218.

HSL color Cylindrical-coordinate representation of color #82003A: hue angle of 333.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82003A is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB130058-
CMYK010.550.49
HSL333.23º100%25.49%-
HSV(B)333.23º100%50.98%-
XYZ9.975.054.45-
YUV45.48135.07188.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=69.15%
G=0%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130058010.550.49333.2310025.49
Hex8203A064373114d6419
Octal2020720144676151514431
Binary10000010011101001100100110111110001101001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,0,58); }

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

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

 a { background-color: rgb(130,0,58); }

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

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

 span { border-color: rgb(130,0,58); }

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