#820048

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

Shades of Tyrian Purple #820048

Tints of Tyrian Purple #820048

Color information

#820048 (or 0x820048) is unknown color: approx Tyrian Purple. HEX triplet: 82, 00 and 48. RGB value is (130,0,72). Sum of RGB (Red+Green+Blue) = 130+0+72=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #820048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820048 is #7DFFB7. Grayscale: #2E2E2E. Windows color (decimal): -8257464 or 4718722. OLE color: 4718722.

HSL color Cylindrical-coordinate representation of color #820048: hue angle of 326.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820048 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB130072-
CMYK010.450.49
HSL326.77º100%25.49%-
HSV(B)326.77º100%50.98%-
XYZ10.385.216.59-
YUV47.08142.07187.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=64.36%
G=0%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130072010.450.49326.7710025.49
Hex820480642D311476419
Octal20201100144556150714431
Binary100000100100100001100100101101110001101000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820048; }

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

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

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

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

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

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

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

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