Html Css Color HEX #820441 Tyrian Purple

📋 copy color: '#820441'

red 130 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #820441

Tints of Tyrian Purple #820441

RGB

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

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

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

R = 65.33%
G = 2.01%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#820441 (or 0x820441) is known color: Tyrian Purple. HEX triplet: 82, 04 and 41. RGB value is (130,4,65). Sum of RGB (Red+Green+Blue) = 130+4+65=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #820441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820441 is #7DFBBE. Grayscale: #303030. Windows color (decimal): -8256447 or 4260994. OLE color: 4260994.

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

Color convert

RGB 130 4 65 -
CMYK 0 0.97 0.50 0.49
HSL 330.95º 0.94% 0.26% -
HSV(B) 330.95º 0.97% 0.51% -
XYZ 10.2 5.21 5.47 -
YUV 48.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 130 4 65 0 0.97 0.50 0.49 330.95 0.94 0.26
Hex 82 4 41 0 61 32 31 14B 5E 1A
Octal 202 4 101 0 141 62 61 513 136 32
Binary 10000010 100 1000001 0 1100001 110010 110001 101001011 1011110 11010

Color Harmonies of #820441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820441

Black with #820441

Text Example


Text Example

White with #820441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820441; }

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

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

background-color css

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

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

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

border-color css

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

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

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