#840147

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

Shades of Tyrian Purple #840147

Tints of Tyrian Purple #840147

Color information

#840147 (or 0x840147) is unknown color: approx Tyrian Purple. HEX triplet: 84, 01 and 47. RGB value is (132,1,71). Sum of RGB (Red+Green+Blue) = 132+1+71=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #840147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840147 is #7BFEB8. Grayscale: #303030. Windows color (decimal): -8126137 or 4653444. OLE color: 4653444.

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

Color convert

RGB132171-
CMYK00.990.460.48
HSL327.94º98.5%26.08%-
HSV(B)327.94º99.24%51.76%-
XYZ10.665.386.44-
YUV48.15140.9187.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=64.71%
G=0.49%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13217100.990.460.48327.9498.526.08
Hex841470632E30148621a
Octal20411070143566051014232
Binary100001001100011101100011101110110000101001000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840147; }

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

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

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

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

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

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

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

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