Html Css Color HEX #820446 Tyrian Purple

📋 copy color: '#820446'

red 130 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #820446

Tints of Tyrian Purple #820446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 63.73%
G = 1.96%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#820446 (or 0x820446) is known color: Tyrian Purple. HEX triplet: 82, 04 and 46. RGB value is (130,4,70). Sum of RGB (Red+Green+Blue) = 130+4+70=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #820446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820446 is #7DFBB9. Grayscale: #313131. Windows color (decimal): -8256442 or 4588674. OLE color: 4588674.

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

Color convert

RGB 130 4 70 -
CMYK 0 0.97 0.46 0.49
HSL 328.57º 0.94% 0.26% -
HSV(B) 328.57º 0.97% 0.51% -
XYZ 10.35 5.27 6.27 -
YUV 49.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 130 4 70 0 0.97 0.46 0.49 328.57 0.94 0.26
Hex 82 4 46 0 61 2E 31 149 5E 1A
Octal 202 4 106 0 141 56 61 511 136 32
Binary 10000010 100 1000110 0 1100001 101110 110001 101001001 1011110 11010

Color Harmonies of #820446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820446

Black with #820446

Text Example


Text Example

White with #820446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820446; }

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

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

background-color css

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

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

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

border-color css

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

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

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