Html Css Color HEX #820041 Tyrian Purple

📋 copy color: '#820041'

red 130 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #820041

Tints of Tyrian Purple #820041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#820041 (or 0x820041) is known color: Tyrian Purple. HEX triplet: 82, 00 and 41. RGB value is (130,0,65). Sum of RGB (Red+Green+Blue) = 130+0+65=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #820041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820041 is #7DFFBE. Grayscale: #2E2E2E. Windows color (decimal): -8257471 or 4259970. OLE color: 4259970.

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

Color convert

RGB 130 0 65 -
CMYK 0 1 0.50 0.49
HSL 330º 1% 0.25% -
HSV(B) 330º 1% 0.51% -
XYZ 10.16 5.13 5.46 -
YUV 46.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 130 0 65 0 1 0.50 0.49 330 1 0.25
Hex 82 0 41 0 64 32 31 14A 64 19
Octal 202 0 101 0 144 62 61 512 144 31
Binary 10000010 0 1000001 0 1100100 110010 110001 101001010 1100100 11001

Color Harmonies of #820041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820041

Black with #820041

Text Example


Text Example

White with #820041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820041; }

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

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

background-color css

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

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

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

border-color css

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

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

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