#841E63

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

Shades of Dark Purple #841E63

Tints of Dark Purple #841E63

Color information

#841E63 (or 0x841E63) is unknown color: approx Dark Purple. HEX triplet: 84, 1E and 63. RGB value is (132,30,99). Sum of RGB (Red+Green+Blue) = 132+30+99=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #841E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E63 is #7BE19C. Grayscale: #444444. Windows color (decimal): -8118685 or 6495876. OLE color: 6495876.

HSL color Cylindrical-coordinate representation of color #841E63: hue angle of 319.41º 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 #841E63 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1323099-
CMYK00.770.250.48
HSL319.41º62.96%31.76%-
HSV(B)319.41º77.27%51.76%-
XYZ12.236.7312.46-
YUV68.36145.29173.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=50.57%
G=11.49%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132309900.770.250.48319.4162.9631.76
Hex841E6304D193013f3f20
Octal20436143011531604777740
Binary100001001111011000110100110111001110000100111111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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