#820249

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

Shades of Tyrian Purple #820249

Tints of Tyrian Purple #820249

Color information

#820249 (or 0x820249) is unknown color: approx Tyrian Purple. HEX triplet: 82, 02 and 49. RGB value is (130,2,73). Sum of RGB (Red+Green+Blue) = 130+2+73=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #820249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820249 is #7DFDB6. Grayscale: #303030. Windows color (decimal): -8256951 or 4784770. OLE color: 4784770.

HSL color Cylindrical-coordinate representation of color #820249: hue angle of 326.72º degrees, saturation: 0.97, 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 #820249 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB130273-
CMYK00.980.440.49
HSL326.72º96.97%25.88%-
HSV(B)326.72º98.46%50.98%-
XYZ10.435.276.77-
YUV48.37141.91186.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=63.41%
G=0.98%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13027300.980.440.49326.7296.9725.88
Hex822490622C31147611a
Octal20221110142546150714132
Binary1000001010100100101100010101100110001101000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820249; }

 p { color: rgb(130,2,73); }

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

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

 a { background-color: rgb(130,2,73); }

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

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

 span { border-color: rgb(130,2,73); }

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