#820541

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

Shades of Tyrian Purple #820541

Tints of Tyrian Purple #820541

Color information

#820541 (or 0x820541) is unknown color: approx Tyrian Purple. HEX triplet: 82, 05 and 41. RGB value is (130,5,65). Sum of RGB (Red+Green+Blue) = 130+5+65=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #820541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820541 is #7DFABE. Grayscale: #313131. Windows color (decimal): -8256191 or 4261250. OLE color: 4261250.

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

Color convert

RGB130565-
CMYK00.960.500.49
HSL331.2º92.59%26.47%-
HSV(B)331.2º96.15%50.98%-
XYZ10.215.245.47-
YUV49.22136.91185.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=65%
G=2.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13056500.960.500.49331.292.5926.47
Hex82541060323114b5d1a
Octal20251010140626151313532
Binary10000010101100000101100000110010110001101001011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820541; }

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

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

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

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

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

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

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

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