#842276

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

Shades of Dark Purple #842276

Tints of Dark Purple #842276

Color information

#842276 (or 0x842276) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 76. RGB value is (132,34,118). Sum of RGB (Red+Green+Blue) = 132+34+118=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #842276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842276 is #7BDD89. Grayscale: #484848. Windows color (decimal): -8117642 or 7742084. OLE color: 7742084.

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

Color convert

RGB13234118-
CMYK00.740.110.48
HSL308.57º59.04%32.55%-
HSV(B)308.57º74.24%51.76%-
XYZ13.367.3617.86-
YUV72.88153.47170.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=46.48%
G=11.97%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323411800.740.110.48308.5759.0432.55
Hex84227604AB301353b21
Octal20442166011213604657341
Binary100001001000101110110010010101011110000100110101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842276; }

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

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

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

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

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

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

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

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