#820543

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

Shades of Tyrian Purple #820543

Tints of Tyrian Purple #820543

Color information

#820543 (or 0x820543) is unknown color: approx Tyrian Purple. HEX triplet: 82, 05 and 43. RGB value is (130,5,67). Sum of RGB (Red+Green+Blue) = 130+5+67=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #820543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820543 is #7DFABC. Grayscale: #313131. Windows color (decimal): -8256189 or 4392322. OLE color: 4392322.

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

Color convert

RGB130567-
CMYK00.960.480.49
HSL330.24º92.59%26.47%-
HSV(B)330.24º96.15%50.98%-
XYZ10.275.265.78-
YUV49.44137.91185.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=64.36%
G=2.48%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13056700.960.480.49330.2492.5926.47
Hex82543060303114a5d1a
Octal20251030140606151213532
Binary10000010101100001101100000110000110001101001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820543; }

 p { color: rgb(130,5,67); }

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

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

 a { background-color: rgb(130,5,67); }

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

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

 span { border-color: rgb(130,5,67); }

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