Html Css Color HEX #820449 Tyrian Purple

📋 copy color: '#820449'

red 130 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #820449

Tints of Tyrian Purple #820449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 62.8%
G = 1.93%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#820449 (or 0x820449) is known color: Tyrian Purple. HEX triplet: 82, 04 and 49. RGB value is (130,4,73). Sum of RGB (Red+Green+Blue) = 130+4+73=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #820449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820449 is #7DFBB6. Grayscale: #313131. Windows color (decimal): -8256439 or 4785282. OLE color: 4785282.

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

Color convert

RGB 130 4 73 -
CMYK 0 0.97 0.44 0.49
HSL 327.14º 0.94% 0.26% -
HSV(B) 327.14º 0.97% 0.51% -
XYZ 10.45 5.31 6.78 -
YUV 49.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 130 4 73 0 0.97 0.44 0.49 327.14 0.94 0.26
Hex 82 4 49 0 61 2C 31 147 5E 1A
Octal 202 4 111 0 141 54 61 507 136 32
Binary 10000010 100 1001001 0 1100001 101100 110001 101000111 1011110 11010

Color Harmonies of #820449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820449

Black with #820449

Text Example


Text Example

White with #820449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820449; }

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

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

background-color css

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

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

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

border-color css

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

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

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