#840842

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

Shades of Tyrian Purple #840842

Tints of Tyrian Purple #840842

Color information

#840842 (or 0x840842) is unknown color: approx Tyrian Purple. HEX triplet: 84, 08 and 42. RGB value is (132,8,66). Sum of RGB (Red+Green+Blue) = 132+8+66=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #840842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840842 is #7BF7BD. Grayscale: #333333. Windows color (decimal): -8124350 or 4327556. OLE color: 4327556.

HSL color Cylindrical-coordinate representation of color #840842: hue angle of 331.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840842 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB132866-
CMYK00.940.50.48
HSL331.94º88.57%27.45%-
HSV(B)331.94º93.94%51.76%-
XYZ10.595.475.65-
YUV51.69136.08185.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=64.08%
G=3.88%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13286600.940.50.48331.9488.5727.45
Hex8484205E323014c591b
Octal204101020136626051413133
Binary100001001000100001001011110110010110000101001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840842; }

 p { color: rgb(132,8,66); }

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

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

 a { background-color: rgb(132,8,66); }

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

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

 span { border-color: rgb(132,8,66); }

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