#840641

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

Shades of Tyrian Purple #840641

Tints of Tyrian Purple #840641

Color information

#840641 (or 0x840641) is unknown color: approx Tyrian Purple. HEX triplet: 84, 06 and 41. RGB value is (132,6,65). Sum of RGB (Red+Green+Blue) = 132+6+65=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #840641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840641 is #7BF9BE. Grayscale: #323232. Windows color (decimal): -8124863 or 4261508. OLE color: 4261508.

HSL color Cylindrical-coordinate representation of color #840641: hue angle of 331.9º 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 #840641 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB132665-
CMYK00.950.510.48
HSL331.9º91.3%27.06%-
HSV(B)331.9º95.45%51.76%-
XYZ10.535.425.49-
YUV50.4136.24186.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.02%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=65.02%
G=2.96%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13266500.950.510.48331.991.327.06
Hex8464105F333014c5b1b
Octal20461010137636051413333
Binary10000100110100000101011111110011110000101001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840641; }

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

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

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

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

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

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

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

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