Html Css Color HEX #820649 Tyrian Purple

📋 copy color: '#820649'

red 130 ◦ green 6 ◦ blue 73

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

Shades of Tyrian Purple #820649

Tints of Tyrian Purple #820649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 62.2%
G = 2.87%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#820649 (or 0x820649) is known color: Tyrian Purple. HEX triplet: 82, 06 and 49. RGB value is (130,6,73). Sum of RGB (Red+Green+Blue) = 130+6+73=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #820649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820649 is #7DF9B6. Grayscale: #323232. Windows color (decimal): -8255927 or 4785794. OLE color: 4785794.

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

Color convert

RGB 130 6 73 -
CMYK 0 0.95 0.44 0.49
HSL 327.58º 0.91% 0.27% -
HSV(B) 327.58º 0.95% 0.51% -
XYZ 10.47 5.36 6.79 -
YUV 50.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 130 6 73 0 0.95 0.44 0.49 327.58 0.91 0.27
Hex 82 6 49 0 5F 2C 31 148 5B 1B
Octal 202 6 111 0 137 54 61 510 133 33
Binary 10000010 110 1001001 0 1011111 101100 110001 101001000 1011011 11011

Color Harmonies of #820649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820649

Black with #820649

Text Example


Text Example

White with #820649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820649; }

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

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

background-color css

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

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

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

border-color css

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

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

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