Html Css Color HEX #820646 Tyrian Purple

📋 copy color: '#820646'

red 130 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #820646

Tints of Tyrian Purple #820646

RGB

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

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

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

R = 63.11%
G = 2.91%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#820646 (or 0x820646) is known color: Tyrian Purple. HEX triplet: 82, 06 and 46. RGB value is (130,6,70). Sum of RGB (Red+Green+Blue) = 130+6+70=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #820646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820646 is #7DF9B9. Grayscale: #323232. Windows color (decimal): -8255930 or 4589186. OLE color: 4589186.

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

Color convert

RGB 130 6 70 -
CMYK 0 0.95 0.46 0.49
HSL 329.03º 0.91% 0.27% -
HSV(B) 329.03º 0.95% 0.51% -
XYZ 10.38 5.32 6.27 -
YUV 50.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 130 6 70 0 0.95 0.46 0.49 329.03 0.91 0.27
Hex 82 6 46 0 5F 2E 31 149 5B 1B
Octal 202 6 106 0 137 56 61 511 133 33
Binary 10000010 110 1000110 0 1011111 101110 110001 101001001 1011011 11011

Color Harmonies of #820646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820646

Black with #820646

Text Example


Text Example

White with #820646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820646; }

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

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

background-color css

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

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

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

border-color css

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

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

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