Html Css Color HEX #820540 Tyrian Purple

📋 copy color: '#820540'

red 130 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #820540

Tints of Tyrian Purple #820540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 65.33%
G = 2.51%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#820540 (or 0x820540) is known color: Tyrian Purple. HEX triplet: 82, 05 and 40. RGB value is (130,5,64). Sum of RGB (Red+Green+Blue) = 130+5+64=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #820540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820540 is #7DFABF. Grayscale: #303030. Windows color (decimal): -8256192 or 4195714. OLE color: 4195714.

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

Color convert

RGB 130 5 64 -
CMYK 0 0.96 0.51 0.49
HSL 331.68º 0.93% 0.26% -
HSV(B) 331.68º 0.96% 0.51% -
XYZ 10.19 5.22 5.32 -
YUV 49.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 130 5 64 0 0.96 0.51 0.49 331.68 0.93 0.26
Hex 82 5 40 0 60 33 31 14C 5D 1A
Octal 202 5 100 0 140 63 61 514 135 32
Binary 10000010 101 1000000 0 1100000 110011 110001 101001100 1011101 11010

Color Harmonies of #820540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820540

Black with #820540

Text Example


Text Example

White with #820540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820540; }

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

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

background-color css

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

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

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

border-color css

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

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

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