#84014A

Color #84014A Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #84014A

Tints of Tyrian Purple #84014A

Color information

#84014A (or 0x84014A) is unknown color: approx 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

RGB132174-
CMYK00.990.440.48
HSL326.56º98.5%26.08%-
HSV(B)326.56º99.24%51.76%-
XYZ10.765.426.96-
YUV48.49142.4187.56-

RGB Variations

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

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.30% from 255) = 35.75%
R=63.77%
G=0.48%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13217400.990.440.48326.5698.526.08
Hex8414A0632C30147621a
Octal20411120143546050714232
Binary100001001100101001100011101100110000101000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>