#820444

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

Shades of Tyrian Purple #820444

Tints of Tyrian Purple #820444

Color information

#820444 (or 0x820444) is unknown color: approx Tyrian Purple. HEX triplet: 82, 04 and 44. RGB value is (130,4,68). Sum of RGB (Red+Green+Blue) = 130+4+68=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #820444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820444 is #7DFBBB. Grayscale: #303030. Windows color (decimal): -8256444 or 4457602. OLE color: 4457602.

HSL color Cylindrical-coordinate representation of color #820444: hue angle of 329.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820444 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB130468-
CMYK00.970.480.49
HSL329.52º94.03%26.27%-
HSV(B)329.52º96.92%50.98%-
XYZ10.295.255.94-
YUV48.97138.74185.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=64.36%
G=1.98%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13046800.970.480.49329.5294.0326.27
Hex82444061303114a5e1a
Octal20241040141606151213632
Binary10000010100100010001100001110000110001101001010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820444; }

 p { color: rgb(130,4,68); }

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

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

 a { background-color: rgb(130,4,68); }

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

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

 span { border-color: rgb(130,4,68); }

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