#840148

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

Shades of Tyrian Purple #840148

Tints of Tyrian Purple #840148

Color information

#840148 (or 0x840148) is unknown color: approx Tyrian Purple. HEX triplet: 84, 01 and 48. RGB value is (132,1,72). Sum of RGB (Red+Green+Blue) = 132+1+72=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #840148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840148 is #7BFEB7. Grayscale: #303030. Windows color (decimal): -8126136 or 4718980. OLE color: 4718980.

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

Color convert

RGB132172-
CMYK00.990.450.48
HSL327.48º98.5%26.08%-
HSV(B)327.48º99.24%51.76%-
XYZ10.75.46.61-
YUV48.26141.4187.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=64.39%
G=0.49%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13217200.990.450.48327.4898.526.08
Hex841480632D30147621a
Octal20411100143556050714232
Binary100001001100100001100011101101110000101000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840148; }

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

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

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

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

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

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

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

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