Html Css Color HEX #820949 Tyrian Purple

📋 copy color: '#820949'

red 130 ◦ green 9 ◦ blue 73

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

Shades of Tyrian Purple #820949

Tints of Tyrian Purple #820949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

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

R = 61.32%
G = 4.25%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#820949 (or 0x820949) is known color: Tyrian Purple. HEX triplet: 82, 09 and 49. RGB value is (130,9,73). Sum of RGB (Red+Green+Blue) = 130+9+73=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #820949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820949 is #7DF6B6. Grayscale: #343434. Windows color (decimal): -8255159 or 4786562. OLE color: 4786562.

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

Color convert

RGB 130 9 73 -
CMYK 0 0.93 0.44 0.49
HSL 328.26º 0.87% 0.27% -
HSV(B) 328.26º 0.93% 0.51% -
XYZ 10.51 5.42 6.8 -
YUV 52.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 130 9 73 0 0.93 0.44 0.49 328.26 0.87 0.27
Hex 82 9 49 0 5D 2C 31 148 57 1B
Octal 202 11 111 0 135 54 61 510 127 33
Binary 10000010 1001 1001001 0 1011101 101100 110001 101001000 1010111 11011

Color Harmonies of #820949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820949

Black with #820949

Text Example


Text Example

White with #820949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820949; }

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

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

background-color css

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

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

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

border-color css

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

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

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