Html Css Color HEX #820946 Tyrian Purple

📋 copy color: '#820946'

red 130 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #820946

Tints of Tyrian Purple #820946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 62.2%
G = 4.31%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#820946 (or 0x820946) is known color: Tyrian Purple. HEX triplet: 82, 09 and 46. RGB value is (130,9,70). Sum of RGB (Red+Green+Blue) = 130+9+70=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #820946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820946 is #7DF6B9. Grayscale: #343434. Windows color (decimal): -8255162 or 4589954. OLE color: 4589954.

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

Color convert

RGB 130 9 70 -
CMYK 0 0.93 0.46 0.49
HSL 329.75º 0.87% 0.27% -
HSV(B) 329.75º 0.93% 0.51% -
XYZ 10.41 5.38 6.28 -
YUV 52.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 130 9 70 0 0.93 0.46 0.49 329.75 0.87 0.27
Hex 82 9 46 0 5D 2E 31 14A 57 1B
Octal 202 11 106 0 135 56 61 512 127 33
Binary 10000010 1001 1000110 0 1011101 101110 110001 101001010 1010111 11011

Color Harmonies of #820946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820946

Black with #820946

Text Example


Text Example

White with #820946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820946; }

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

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

background-color css

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

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

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

border-color css

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

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

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