#840540

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

Shades of Tyrian Purple #840540

Tints of Tyrian Purple #840540

Color information

#840540 (or 0x840540) is unknown color: approx Tyrian Purple. HEX triplet: 84, 05 and 40. RGB value is (132,5,64). Sum of RGB (Red+Green+Blue) = 132+5+64=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #840540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840540 is #7BFABF. Grayscale: #313131. Windows color (decimal): -8125120 or 4195716. OLE color: 4195716.

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

Color convert

RGB132564-
CMYK00.960.520.48
HSL332.13º92.7%26.86%-
HSV(B)332.13º96.21%51.76%-
XYZ10.55.385.34-
YUV49.7136.08186.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.67%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=65.67%
G=2.49%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13256400.960.520.48332.1392.726.86
Hex84540060343014c5d1b
Octal20451000140646051413533
Binary10000100101100000001100000110100110000101001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840540; }

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

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

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

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

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

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

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

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