#820247

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

Shades of Tyrian Purple #820247

Tints of Tyrian Purple #820247

Color information

#820247 (or 0x820247) is unknown color: approx Tyrian Purple. HEX triplet: 82, 02 and 47. RGB value is (130,2,71). Sum of RGB (Red+Green+Blue) = 130+2+71=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820247 is #7DFDB8. Grayscale: #2F2F2F. Windows color (decimal): -8256953 or 4653698. OLE color: 4653698.

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

Color convert

RGB130271-
CMYK00.980.450.49
HSL327.66º96.97%25.88%-
HSV(B)327.66º98.46%50.98%-
XYZ10.365.246.43-
YUV48.14140.91186.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=64.04%
G=0.99%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13027100.980.450.49327.6696.9725.88
Hex822470622D31148611a
Octal20221070142556151014132
Binary1000001010100011101100010101101110001101001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820247; }

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

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

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

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

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

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

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

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