#84014C

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

Shades of Tyrian Purple #84014C

Tints of Tyrian Purple #84014C

Color information

#84014C (or 0x84014C) is unknown color: approx Tyrian Purple. HEX triplet: 84, 01 and 4C. RGB value is (132,1,76). Sum of RGB (Red+Green+Blue) = 132+1+76=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84014C is #7BFEB3. Grayscale: #303030. Windows color (decimal): -8126132 or 4981124. OLE color: 4981124.

HSL color Cylindrical-coordinate representation of color #84014C: hue angle of 325.65º 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 #84014C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB132176-
CMYK00.990.420.48
HSL325.65º98.5%26.08%-
HSV(B)325.65º99.24%51.76%-
XYZ10.835.457.32-
YUV48.72143.4187.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=63.16%
G=0.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13217600.990.420.48325.6598.526.08
Hex8414C0632A30146621a
Octal20411140143526050614232
Binary100001001100110001100011101010110000101000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84014C;
 }
 .AnyTagClassName
 {
   color: #84014C;
 }
</style>
background-color css

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

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

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

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

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

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