#841E60

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

Shades of Dark Purple #841E60

Tints of Dark Purple #841E60

Color information

#841E60 (or 0x841E60) is unknown color: approx Dark Purple. HEX triplet: 84, 1E and 60. RGB value is (132,30,96). Sum of RGB (Red+Green+Blue) = 132+30+96=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #841E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E60 is #7BE19F. Grayscale: #434343. Windows color (decimal): -8118688 or 6299268. OLE color: 6299268.

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

Color convert

RGB1323096-
CMYK00.770.270.48
HSL321.18º62.96%31.76%-
HSV(B)321.18º77.27%51.76%-
XYZ12.096.6811.72-
YUV68.02143.79173.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=51.16%
G=11.63%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132309600.770.270.48321.1862.9631.76
Hex841E6004D1B301413f20
Octal20436140011533605017740
Binary100001001111011000000100110111011110000101000001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841E60; }

 p { color: rgb(132,30,96); }

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

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

 a { background-color: rgb(132,30,96); }

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

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

 span { border-color: rgb(132,30,96); }

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