#842279

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

Shades of Dark Purple #842279

Tints of Dark Purple #842279

Color information

#842279 (or 0x842279) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 79. RGB value is (132,34,121). Sum of RGB (Red+Green+Blue) = 132+34+121=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #842279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842279 is #7BDD86. Grayscale: #484848. Windows color (decimal): -8117639 or 7938692. OLE color: 7938692.

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

Color convert

RGB13234121-
CMYK00.740.080.48
HSL306.73º59.04%32.55%-
HSV(B)306.73º74.24%51.76%-
XYZ13.547.4318.81-
YUV73.22154.97169.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=45.99%
G=11.85%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323412100.740.080.48306.7359.0432.55
Hex84227904A8301333b21
Octal20442171011210604637341
Binary100001001000101111001010010101000110000100110011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842279; }

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

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

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

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

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

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

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

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