Html Css Color HEX #820944 Tyrian Purple

📋 copy color: '#820944'

red 130 ◦ green 9 ◦ blue 68

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

Shades of Tyrian Purple #820944

Tints of Tyrian Purple #820944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 62.8%
G = 4.35%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#820944 (or 0x820944) is known color: Tyrian Purple. HEX triplet: 82, 09 and 44. RGB value is (130,9,68). Sum of RGB (Red+Green+Blue) = 130+9+68=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #820944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820944 is #7DF6BB. Grayscale: #333333. Windows color (decimal): -8255164 or 4458882. OLE color: 4458882.

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

Color convert

RGB 130 9 68 -
CMYK 0 0.93 0.48 0.49
HSL 330.74º 0.87% 0.27% -
HSV(B) 330.74º 0.93% 0.51% -
XYZ 10.35 5.36 5.96 -
YUV 51.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 130 9 68 0 0.93 0.48 0.49 330.74 0.87 0.27
Hex 82 9 44 0 5D 30 31 14B 57 1B
Octal 202 11 104 0 135 60 61 513 127 33
Binary 10000010 1001 1000100 0 1011101 110000 110001 101001011 1010111 11011

Color Harmonies of #820944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820944

Black with #820944

Text Example


Text Example

White with #820944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820944; }

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

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

background-color css

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

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

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

border-color css

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

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

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