#820545

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

Shades of Tyrian Purple #820545

Tints of Tyrian Purple #820545

Color information

#820545 (or 0x820545) is unknown color: approx Tyrian Purple. HEX triplet: 82, 05 and 45. RGB value is (130,5,69). Sum of RGB (Red+Green+Blue) = 130+5+69=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #820545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820545 is #7DFABA. Grayscale: #313131. Windows color (decimal): -8256187 or 4523394. OLE color: 4523394.

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

Color convert

RGB130569-
CMYK00.960.470.49
HSL329.28º92.59%26.47%-
HSV(B)329.28º96.15%50.98%-
XYZ10.335.286.11-
YUV49.67138.91185.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=63.73%
G=2.45%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13056900.960.470.49329.2892.5926.47
Hex825450602F311495d1a
Octal20251050140576151113532
Binary10000010101100010101100000101111110001101001001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820545; }

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

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

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

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

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

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

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

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