#820942

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

Shades of Tyrian Purple #820942

Tints of Tyrian Purple #820942

Color information

#820942 (or 0x820942) is unknown color: approx Tyrian Purple. HEX triplet: 82, 09 and 42. RGB value is (130,9,66). Sum of RGB (Red+Green+Blue) = 130+9+66=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #820942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820942 is #7DF6BD. Grayscale: #333333. Windows color (decimal): -8255166 or 4327810. OLE color: 4327810.

HSL color Cylindrical-coordinate representation of color #820942: hue angle of 331.74º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820942 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB130966-
CMYK00.930.490.49
HSL331.74º87.05%27.25%-
HSV(B)331.74º93.08%50.98%-
XYZ10.295.335.64-
YUV51.68136.09183.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=63.41%
G=4.39%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13096600.930.490.49331.7487.0527.25
Hex8294205D313114c571b
Octal202111020135616151412733
Binary100000101001100001001011101110001110001101001100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820942; }

 p { color: rgb(130,9,66); }

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

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

 a { background-color: rgb(130,9,66); }

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

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

 span { border-color: rgb(130,9,66); }

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