#841680

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

Shades of Dark Purple #841680

Tints of Dark Purple #841680

Color information

#841680 (or 0x841680) is unknown color: approx Dark Purple. HEX triplet: 84, 16 and 80. RGB value is (132,22,128). Sum of RGB (Red+Green+Blue) = 132+22+128=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #841680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841680 is #7BE97F. Grayscale: #424242. Windows color (decimal): -8120704 or 8394372. OLE color: 8394372.

HSL color Cylindrical-coordinate representation of color #841680: hue angle of 302.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841680 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13222128-
CMYK00.830.030.48
HSL302.18º71.43%30.2%-
HSV(B)302.18º83.33%51.76%-
XYZ13.77.0421.06-
YUV66.97162.44174.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=46.81%
G=7.80%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322212800.830.030.48302.1871.4330.2
Hex84168005333012e471e
Octal20426200012336045610736
Binary1000010010110100000000101001111110000100101110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841680; }

 p { color: rgb(132,22,128); }

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

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

 a { background-color: rgb(132,22,128); }

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

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

 span { border-color: rgb(132,22,128); }

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