#82004B

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

Shades of Tyrian Purple #82004B

Tints of Tyrian Purple #82004B

Color information

#82004B (or 0x82004B) is unknown color: approx Tyrian Purple. HEX triplet: 82, 00 and 4B. RGB value is (130,0,75). Sum of RGB (Red+Green+Blue) = 130+0+75=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82004B is #7DFFB4. Grayscale: #2F2F2F. Windows color (decimal): -8257461 or 4915330. OLE color: 4915330.

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

Color convert

RGB130075-
CMYK010.420.49
HSL325.38º100%25.49%-
HSV(B)325.38º100%50.98%-
XYZ10.485.257.12-
YUV47.42143.57186.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=63.41%
G=0%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130075010.420.49325.3810025.49
Hex8204B0642A311456419
Octal20201130144526150514431
Binary100000100100101101100100101010110001101000101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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