Html Css Color HEX #820A4A Tyrian Purple

📋 copy color: '#820A4A'

red 130 ◦ green 10 ◦ blue 74

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

Shades of Tyrian Purple #820A4A

Tints of Tyrian Purple #820A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 60.75%
G = 4.67%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#820A4A (or 0x820A4A) is known color: Tyrian Purple. HEX triplet: 82, 0A and 4A. RGB value is (130,10,74). Sum of RGB (Red+Green+Blue) = 130+10+74=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #820A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A4A is #7DF5B5. Grayscale: #353535. Windows color (decimal): -8254902 or 4852354. OLE color: 4852354.

HSL color Cylindrical-coordinate representation of color #820A4A: hue angle of 328º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A4A is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 74 -
CMYK 0 0.92 0.43 0.49
HSL 328º 0.86% 0.27% -
HSV(B) 328º 0.92% 0.51% -
XYZ 10.55 5.46 6.98 -
YUV 53.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 130 10 74 0 0.92 0.43 0.49 328 0.86 0.27
Hex 82 A 4A 0 5C 2B 31 148 56 1B
Octal 202 12 112 0 134 53 61 510 126 33
Binary 10000010 1010 1001010 0 1011100 101011 110001 101001000 1010110 11011

Color Harmonies of #820A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A4A

Black with #820A4A

Text Example


Text Example

White with #820A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820A4A; }

 p { color: rgb(130,10,74); }

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

background-color css

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

 a { background-color: rgb(130,10,74); }

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

border-color css

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

 span { border-color: rgb(130,10,74); }

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