Html Css Color HEX #82044A Tyrian Purple

📋 copy color: '#82044A'

red 130 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #82044A

Tints of Tyrian Purple #82044A

RGB

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

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

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

R = 62.5%
G = 1.92%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82044A (or 0x82044A) is known color: Tyrian Purple. HEX triplet: 82, 04 and 4A. RGB value is (130,4,74). Sum of RGB (Red+Green+Blue) = 130+4+74=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82044A is #7DFBB5. Grayscale: #313131. Windows color (decimal): -8256438 or 4850818. OLE color: 4850818.

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

Color convert

RGB 130 4 74 -
CMYK 0 0.97 0.43 0.49
HSL 326.67º 0.94% 0.26% -
HSV(B) 326.67º 0.97% 0.51% -
XYZ 10.49 5.33 6.95 -
YUV 49.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 130 4 74 0 0.97 0.43 0.49 326.67 0.94 0.26
Hex 82 4 4A 0 61 2B 31 147 5E 1A
Octal 202 4 112 0 141 53 61 507 136 32
Binary 10000010 100 1001010 0 1100001 101011 110001 101000111 1011110 11010

Color Harmonies of #82044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82044A

Black with #82044A

Text Example


Text Example

White with #82044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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