Html Css Color HEX #820046 Tyrian Purple

📋 copy color: '#820046'

red 130 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #820046

Tints of Tyrian Purple #820046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65%
G = 0%
B = 35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#820046 (or 0x820046) is known color: Tyrian Purple. HEX triplet: 82, 00 and 46. RGB value is (130,0,70). Sum of RGB (Red+Green+Blue) = 130+0+70=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #820046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820046 is #7DFFB9. Grayscale: #2E2E2E. Windows color (decimal): -8257466 or 4587650. OLE color: 4587650.

HSL color Cylindrical-coordinate representation of color #820046: hue angle of 327.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820046 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 70 -
CMYK 0 1 0.46 0.49
HSL 327.69º 1% 0.25% -
HSV(B) 327.69º 1% 0.51% -
XYZ 10.31 5.19 6.25 -
YUV 46.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 130 0 70 0 1 0.46 0.49 327.69 1 0.25
Hex 82 0 46 0 64 2E 31 148 64 19
Octal 202 0 106 0 144 56 61 510 144 31
Binary 10000010 0 1000110 0 1100100 101110 110001 101001000 1100100 11001

Color Harmonies of #820046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820046

Black with #820046

Text Example


Text Example

White with #820046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820046; }

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

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

background-color css

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

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

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

border-color css

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

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

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