Html Css Color HEX #820549 Tyrian Purple

📋 copy color: '#820549'

red 130 ◦ green 5 ◦ blue 73

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

Shades of Tyrian Purple #820549

Tints of Tyrian Purple #820549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 62.5%
G = 2.4%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#820549 (or 0x820549) is known color: Tyrian Purple. HEX triplet: 82, 05 and 49. RGB value is (130,5,73). Sum of RGB (Red+Green+Blue) = 130+5+73=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #820549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820549 is #7DFAB6. Grayscale: #313131. Windows color (decimal): -8256183 or 4785538. OLE color: 4785538.

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

Color convert

RGB 130 5 73 -
CMYK 0 0.96 0.44 0.49
HSL 327.36º 0.93% 0.26% -
HSV(B) 327.36º 0.96% 0.51% -
XYZ 10.46 5.34 6.78 -
YUV 50.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 130 5 73 0 0.96 0.44 0.49 327.36 0.93 0.26
Hex 82 5 49 0 60 2C 31 147 5D 1A
Octal 202 5 111 0 140 54 61 507 135 32
Binary 10000010 101 1001001 0 1100000 101100 110001 101000111 1011101 11010

Color Harmonies of #820549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820549

Black with #820549

Text Example


Text Example

White with #820549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820549; }

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

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

background-color css

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

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

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

border-color css

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

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

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