Html Css Color HEX #820146 Tyrian Purple

📋 copy color: '#820146'

red 130 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #820146

Tints of Tyrian Purple #820146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 64.68%
G = 0.5%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#820146 (or 0x820146) is known color: Tyrian Purple. HEX triplet: 82, 01 and 46. RGB value is (130,1,70). Sum of RGB (Red+Green+Blue) = 130+1+70=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #820146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820146 is #7DFEB9. Grayscale: #2F2F2F. Windows color (decimal): -8257210 or 4587906. OLE color: 4587906.

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

Color convert

RGB 130 1 70 -
CMYK 0 0.99 0.46 0.49
HSL 327.91º 0.98% 0.26% -
HSV(B) 327.91º 0.99% 0.51% -
XYZ 10.32 5.21 6.26 -
YUV 47.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 130 1 70 0 0.99 0.46 0.49 327.91 0.98 0.26
Hex 82 1 46 0 63 2E 31 148 62 1A
Octal 202 1 106 0 143 56 61 510 142 32
Binary 10000010 1 1000110 0 1100011 101110 110001 101001000 1100010 11010

Color Harmonies of #820146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820146

Black with #820146

Text Example


Text Example

White with #820146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820146; }

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

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

background-color css

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

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

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

border-color css

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

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

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