#842676

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

Shades of Dark Purple #842676

Tints of Dark Purple #842676

Color information

#842676 (or 0x842676) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 76. RGB value is (132,38,118). Sum of RGB (Red+Green+Blue) = 132+38+118=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #842676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842676 is #7BD989. Grayscale: #4B4B4B. Windows color (decimal): -8116618 or 7743108. OLE color: 7743108.

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

Color convert

RGB13238118-
CMYK00.710.110.48
HSL308.94º55.29%33.33%-
HSV(B)308.94º71.21%51.76%-
XYZ13.487.617.9-
YUV75.23152.14168.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=45.83%
G=13.19%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323811800.710.110.48308.9455.2933.33
Hex842676047B301353721
Octal20446166010713604656741
Binary100001001001101110110010001111011110000100110101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842676; }

 p { color: rgb(132,38,118); }

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

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

 a { background-color: rgb(132,38,118); }

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

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

 span { border-color: rgb(132,38,118); }

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