Html Css Color HEX #82014A Tyrian Purple

📋 copy color: '#82014A'

red 130 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #82014A

Tints of Tyrian Purple #82014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 63.41%
G = 0.49%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82014A (or 0x82014A) is known color: Tyrian Purple. HEX triplet: 82, 01 and 4A. RGB value is (130,1,74). Sum of RGB (Red+Green+Blue) = 130+1+74=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82014A is #7DFEB5. Grayscale: #2F2F2F. Windows color (decimal): -8257206 or 4850050. OLE color: 4850050.

HSL color Cylindrical-coordinate representation of color #82014A: hue angle of 326.05º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82014A is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 74 -
CMYK 0 0.99 0.43 0.49
HSL 326.05º 0.98% 0.26% -
HSV(B) 326.05º 0.99% 0.51% -
XYZ 10.45 5.26 6.94 -
YUV 47.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 130 1 74 0 0.99 0.43 0.49 326.05 0.98 0.26
Hex 82 1 4A 0 63 2B 31 146 62 1A
Octal 202 1 112 0 143 53 61 506 142 32
Binary 10000010 1 1001010 0 1100011 101011 110001 101000110 1100010 11010

Color Harmonies of #82014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82014A

Black with #82014A

Text Example


Text Example

White with #82014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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