#840440

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

Shades of Tyrian Purple #840440

Tints of Tyrian Purple #840440

Color information

#840440 (or 0x840440) is unknown color: approx Tyrian Purple. HEX triplet: 84, 04 and 40. RGB value is (132,4,64). Sum of RGB (Red+Green+Blue) = 132+4+64=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #840440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840440 is #7BFBBF. Grayscale: #313131. Windows color (decimal): -8125376 or 4195460. OLE color: 4195460.

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

Color convert

RGB132464-
CMYK00.970.520.48
HSL331.88º94.12%26.67%-
HSV(B)331.88º96.97%51.76%-
XYZ10.485.365.33-
YUV49.11136.41187.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 64 (25.39% from 255) = 32%
R=66%
G=2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13246400.970.520.48331.8894.1226.67
Hex84440061343014c5e1b
Octal20441000141646051413633
Binary10000100100100000001100001110100110000101001100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840440; }

 p { color: rgb(132,4,64); }

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

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

 a { background-color: rgb(132,4,64); }

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

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

 span { border-color: rgb(132,4,64); }

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