#840242

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

Shades of Tyrian Purple #840242

Tints of Tyrian Purple #840242

Color information

#840242 (or 0x840242) is unknown color: approx Tyrian Purple. HEX triplet: 84, 02 and 42. RGB value is (132,2,66). Sum of RGB (Red+Green+Blue) = 132+2+66=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #840242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840242 is #7BFDBD. Grayscale: #303030. Windows color (decimal): -8125886 or 4326020. OLE color: 4326020.

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

Color convert

RGB132266-
CMYK00.980.50.48
HSL330.46º97.01%26.27%-
HSV(B)330.46º98.48%51.76%-
XYZ10.525.345.63-
YUV48.17138.07187.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 66 (26.17% from 255) = 33%
R=66%
G=1%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13226600.980.50.48330.4697.0126.27
Hex84242062323014a611a
Octal20421020142626051214132
Binary1000010010100001001100010110010110000101001010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840242; }

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

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

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

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

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

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

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

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