#840942

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

Shades of Tyrian Purple #840942

Tints of Tyrian Purple #840942

Color information

#840942 (or 0x840942) is unknown color: approx Tyrian Purple. HEX triplet: 84, 09 and 42. RGB value is (132,9,66). Sum of RGB (Red+Green+Blue) = 132+9+66=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #840942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840942 is #7BF6BD. Grayscale: #343434. Windows color (decimal): -8124094 or 4327812. OLE color: 4327812.

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

Color convert

RGB132966-
CMYK00.930.50.48
HSL332.2º87.23%27.65%-
HSV(B)332.2º93.18%51.76%-
XYZ10.65.495.66-
YUV52.28135.75184.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.77%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=63.77%
G=4.35%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13296600.930.50.48332.287.2327.65
Hex8494205D323014c571c
Octal204111020135626051412734
Binary100001001001100001001011101110010110000101001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840942; }

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

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

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

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

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

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

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

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