Html Css Color HEX #820049 Tyrian Purple

📋 copy color: '#820049'

red 130 ◦ green 0 ◦ blue 73

#820049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #820049

Tints of Tyrian Purple #820049

RGB

 RED value IS 130 (51.17% from 255) = 64.04%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 64.04%
G = 0%
B = 35.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#820049 (or 0x820049) is known color: Tyrian Purple. HEX triplet: 82, 00 and 49. RGB value is (130,0,73). Sum of RGB (Red+Green+Blue) = 130+0+73=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820049 is #7DFFB6. Grayscale: #2F2F2F. Windows color (decimal): -8257463 or 4784258. OLE color: 4784258.

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

Color convert

RGB 130 0 73 -
CMYK 0 1 0.44 0.49
HSL 326.31º 1% 0.25% -
HSV(B) 326.31º 1% 0.51% -
XYZ 10.41 5.23 6.76 -
YUV 47.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 130 0 73 0 1 0.44 0.49 326.31 1 0.25
Hex 82 0 49 0 64 2C 31 146 64 19
Octal 202 0 111 0 144 54 61 506 144 31
Binary 10000010 0 1001001 0 1100100 101100 110001 101000110 1100100 11001

Color Harmonies of #820049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820049

Black with #820049

Text Example


Text Example

White with #820049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820049; }

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

 H1.HeaderClassName
 {
   color: #820049;
 }
 .AnyTagClassName
 {
   color: #820049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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