#820948

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

Shades of Tyrian Purple #820948

Tints of Tyrian Purple #820948

Color information

#820948 (or 0x820948) is unknown color: approx Tyrian Purple. HEX triplet: 82, 09 and 48. RGB value is (130,9,72). Sum of RGB (Red+Green+Blue) = 130+9+72=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #820948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820948 is #7DF6B7. Grayscale: #343434. Windows color (decimal): -8255160 or 4721026. OLE color: 4721026.

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

Color convert

RGB130972-
CMYK00.930.450.49
HSL328.76º87.05%27.25%-
HSV(B)328.76º93.08%50.98%-
XYZ10.475.416.62-
YUV52.36139.09183.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=61.61%
G=4.27%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13097200.930.450.49328.7687.0527.25
Hex8294805D2D31149571b
Octal202111100135556151112733
Binary100000101001100100001011101101101110001101001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820948; }

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

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

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

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

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

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

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

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