Html Css Color HEX #820040 Tyrian Purple

📋 copy color: '#820040'

red 130 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #820040

Tints of Tyrian Purple #820040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 67.01%
G = 0%
B = 32.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#820040 (or 0x820040) is known color: Tyrian Purple. HEX triplet: 82, 00 and 40. RGB value is (130,0,64). Sum of RGB (Red+Green+Blue) = 130+0+64=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #820040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820040 is #7DFFBF. Grayscale: #2E2E2E. Windows color (decimal): -8257472 or 4194434. OLE color: 4194434.

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

Color convert

RGB 130 0 64 -
CMYK 0 1 0.51 0.49
HSL 330.46º 1% 0.25% -
HSV(B) 330.46º 1% 0.51% -
XYZ 10.13 5.12 5.3 -
YUV 46.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 130 0 64 0 1 0.51 0.49 330.46 1 0.25
Hex 82 0 40 0 64 33 31 14A 64 19
Octal 202 0 100 0 144 63 61 512 144 31
Binary 10000010 0 1000000 0 1100100 110011 110001 101001010 1100100 11001

Color Harmonies of #820040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820040

Black with #820040

Text Example


Text Example

White with #820040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820040; }

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

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

background-color css

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

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

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

border-color css

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

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

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