Html Css Color HEX #84014A Tyrian Purple

📋 copy color: '#84014A'

red 132 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #84014A

Tints of Tyrian Purple #84014A

RGB

 RED value IS 132 (51.95% from 255) = 63.77%

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

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

R = 63.77%
G = 0.48%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84014A (or 0x84014A) is known color: Tyrian Purple. HEX triplet: 84, 01 and 4A. RGB value is (132,1,74). Sum of RGB (Red+Green+Blue) = 132+1+74=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #84014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84014A is #7BFEB5. Grayscale: #303030. Windows color (decimal): -8126134 or 4850052. OLE color: 4850052.

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

Color convert

RGB 132 1 74 -
CMYK 0 0.99 0.44 0.48
HSL 326.56º 0.98% 0.26% -
HSV(B) 326.56º 0.99% 0.52% -
XYZ 10.76 5.42 6.96 -
YUV 48.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 132 1 74 0 0.99 0.44 0.48 326.56 0.98 0.26
Hex 84 1 4A 0 63 2C 30 147 62 1A
Octal 204 1 112 0 143 54 60 507 142 32
Binary 10000100 1 1001010 0 1100011 101100 110000 101000111 1100010 11010

Color Harmonies of #84014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84014A

Black with #84014A

Text Example


Text Example

White with #84014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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