#842774

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

Shades of Dark Purple #842774

Tints of Dark Purple #842774

Color information

#842774 (or 0x842774) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 74. RGB value is (132,39,116). Sum of RGB (Red+Green+Blue) = 132+39+116=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #842774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842774 is #7BD88B. Grayscale: #4B4B4B. Windows color (decimal): -8116364 or 7612292. OLE color: 7612292.

HSL color Cylindrical-coordinate representation of color #842774: hue angle of 310.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842774 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13239116-
CMYK00.700.120.48
HSL310.32º54.39%33.53%-
HSV(B)310.32º70.45%51.76%-
XYZ13.397.6217.29-
YUV75.58150.81168.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 39 (15.62% from 255) = 13.59%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=45.99%
G=13.59%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323911600.700.120.48310.3254.3933.53
Hex842774046C301363622
Octal20447164010614604666642
Binary100001001001111110100010001101100110000100110110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842774; }

 p { color: rgb(132,39,116); }

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

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

 a { background-color: rgb(132,39,116); }

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

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

 span { border-color: rgb(132,39,116); }

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