Html Css Color HEX #820247 Tyrian Purple

📋 copy color: '#820247'

red 130 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #820247

Tints of Tyrian Purple #820247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 64.04%
G = 0.99%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#820247 (or 0x820247) is known color: Tyrian Purple. HEX triplet: 82, 02 and 47. RGB value is (130,2,71). Sum of RGB (Red+Green+Blue) = 130+2+71=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820247 is #7DFDB8. Grayscale: #2F2F2F. Windows color (decimal): -8256953 or 4653698. OLE color: 4653698.

HSL color Cylindrical-coordinate representation of color #820247: hue angle of 327.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820247 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 71 -
CMYK 0 0.98 0.45 0.49
HSL 327.66º 0.97% 0.26% -
HSV(B) 327.66º 0.98% 0.51% -
XYZ 10.36 5.24 6.43 -
YUV 48.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 130 2 71 0 0.98 0.45 0.49 327.66 0.97 0.26
Hex 82 2 47 0 62 2D 31 148 61 1A
Octal 202 2 107 0 142 55 61 510 141 32
Binary 10000010 10 1000111 0 1100010 101101 110001 101001000 1100001 11010

Color Harmonies of #820247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820247

Black with #820247

Text Example


Text Example

White with #820247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820247; }

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

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

background-color css

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

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

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

border-color css

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

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

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