#840642

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

Shades of Tyrian Purple #840642

Tints of Tyrian Purple #840642

Color information

#840642 (or 0x840642) is unknown color: approx Tyrian Purple. HEX triplet: 84, 06 and 42. RGB value is (132,6,66). Sum of RGB (Red+Green+Blue) = 132+6+66=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #840642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840642 is #7BF9BD. Grayscale: #323232. Windows color (decimal): -8124862 or 4327044. OLE color: 4327044.

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

Color convert

RGB132666-
CMYK00.950.50.48
HSL331.43º91.3%27.06%-
HSV(B)331.43º95.45%51.76%-
XYZ10.565.435.65-
YUV50.51136.74186.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=64.71%
G=2.94%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13266600.950.50.48331.4391.327.06
Hex8464205F323014b5b1b
Octal20461020137626051313333
Binary10000100110100001001011111110010110000101001011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840642; }

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

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

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

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

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

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

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

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