#842277

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

Shades of Dark Purple #842277

Tints of Dark Purple #842277

Color information

#842277 (or 0x842277) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 77. RGB value is (132,34,119). Sum of RGB (Red+Green+Blue) = 132+34+119=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #842277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842277 is #7BDD88. Grayscale: #484848. Windows color (decimal): -8117641 or 7807620. OLE color: 7807620.

HSL color Cylindrical-coordinate representation of color #842277: hue angle of 307.96º 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 #842277 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13234119-
CMYK00.740.100.48
HSL307.96º59.04%32.55%-
HSV(B)307.96º74.24%51.76%-
XYZ13.427.3818.17-
YUV72.99153.97170.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=46.32%
G=11.93%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323411900.740.100.48307.9659.0432.55
Hex84227704AA301343b21
Octal20442167011212604647341
Binary100001001000101110111010010101010110000100110100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842277; }

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

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

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

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

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

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

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

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