Html Css Color HEX #820047 Tyrian Purple

📋 copy color: '#820047'

red 130 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #820047

Tints of Tyrian Purple #820047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 64.68%
G = 0%
B = 35.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#820047 (or 0x820047) is known color: Tyrian Purple. HEX triplet: 82, 00 and 47. RGB value is (130,0,71). Sum of RGB (Red+Green+Blue) = 130+0+71=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #820047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820047 is #7DFFB8. Grayscale: #2E2E2E. Windows color (decimal): -8257465 or 4653186. OLE color: 4653186.

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

Color convert

RGB 130 0 71 -
CMYK 0 1 0.45 0.49
HSL 327.23º 1% 0.25% -
HSV(B) 327.23º 1% 0.51% -
XYZ 10.34 5.2 6.42 -
YUV 46.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 130 0 71 0 1 0.45 0.49 327.23 1 0.25
Hex 82 0 47 0 64 2D 31 147 64 19
Octal 202 0 107 0 144 55 61 507 144 31
Binary 10000010 0 1000111 0 1100100 101101 110001 101000111 1100100 11001

Color Harmonies of #820047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820047

Black with #820047

Text Example


Text Example

White with #820047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820047; }

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

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

background-color css

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

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

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

border-color css

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

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

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