Html Css Color HEX #820541 Tyrian Purple

📋 copy color: '#820541'

red 130 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #820541

Tints of Tyrian Purple #820541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 65%
G = 2.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#820541 (or 0x820541) is known color: Tyrian Purple. HEX triplet: 82, 05 and 41. RGB value is (130,5,65). Sum of RGB (Red+Green+Blue) = 130+5+65=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #820541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820541 is #7DFABE. Grayscale: #313131. Windows color (decimal): -8256191 or 4261250. OLE color: 4261250.

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

Color convert

RGB 130 5 65 -
CMYK 0 0.96 0.50 0.49
HSL 331.2º 0.93% 0.26% -
HSV(B) 331.2º 0.96% 0.51% -
XYZ 10.21 5.24 5.47 -
YUV 49.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 130 5 65 0 0.96 0.50 0.49 331.2 0.93 0.26
Hex 82 5 41 0 60 32 31 14B 5D 1A
Octal 202 5 101 0 140 62 61 513 135 32
Binary 10000010 101 1000001 0 1100000 110010 110001 101001011 1011101 11010

Color Harmonies of #820541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820541

Black with #820541

Text Example


Text Example

White with #820541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820541; }

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

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

background-color css

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

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

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

border-color css

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

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

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