#82003B

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

Shades of Tyrian Purple #82003B

Tints of Tyrian Purple #82003B

Color information

#82003B (or 0x82003B) is unknown color: approx Tyrian Purple. HEX triplet: 82, 00 and 3B. RGB value is (130,0,59). Sum of RGB (Red+Green+Blue) = 130+0+59=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #82003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82003B is #7DFFC4. Grayscale: #2D2D2D. Windows color (decimal): -8257477 or 3866754. OLE color: 3866754.

HSL color Cylindrical-coordinate representation of color #82003B: hue angle of 332.77º 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 #82003B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB130059-
CMYK010.550.49
HSL332.77º100%25.49%-
HSV(B)332.77º100%50.98%-
XYZ105.064.59-
YUV45.6135.57188.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=68.78%
G=0%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130059010.550.49332.7710025.49
Hex8203B064373114d6419
Octal2020730144676151514431
Binary10000010011101101100100110111110001101001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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