Html Css Color HEX #820945 Tyrian Purple

📋 copy color: '#820945'

red 130 ◦ green 9 ◦ blue 69

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

Shades of Tyrian Purple #820945

Tints of Tyrian Purple #820945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 62.5%
G = 4.33%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#820945 (or 0x820945) is known color: Tyrian Purple. HEX triplet: 82, 09 and 45. RGB value is (130,9,69). Sum of RGB (Red+Green+Blue) = 130+9+69=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #820945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820945 is #7DF6BA. Grayscale: #333333. Windows color (decimal): -8255163 or 4524418. OLE color: 4524418.

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

Color convert

RGB 130 9 69 -
CMYK 0 0.93 0.47 0.49
HSL 330.25º 0.87% 0.27% -
HSV(B) 330.25º 0.93% 0.51% -
XYZ 10.38 5.37 6.12 -
YUV 52.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 130 9 69 0 0.93 0.47 0.49 330.25 0.87 0.27
Hex 82 9 45 0 5D 2F 31 14A 57 1B
Octal 202 11 105 0 135 57 61 512 127 33
Binary 10000010 1001 1000101 0 1011101 101111 110001 101001010 1010111 11011

Color Harmonies of #820945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820945

Black with #820945

Text Example


Text Example

White with #820945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820945; }

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

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

background-color css

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

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

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

border-color css

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

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

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