#842773

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

Shades of Dark Purple #842773

Tints of Dark Purple #842773

Color information

#842773 (or 0x842773) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 73. RGB value is (132,39,115). Sum of RGB (Red+Green+Blue) = 132+39+115=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #842773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842773 is #7BD88C. Grayscale: #4B4B4B. Windows color (decimal): -8116365 or 7546756. OLE color: 7546756.

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

Color convert

RGB13239115-
CMYK00.700.130.48
HSL310.97º54.39%33.53%-
HSV(B)310.97º70.45%51.76%-
XYZ13.347.5916.98-
YUV75.47150.31168.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=46.15%
G=13.64%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323911500.700.130.48310.9754.3933.53
Hex842773046D301373622
Octal20447163010615604676642
Binary100001001001111110011010001101101110000100110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842773; }

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

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

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

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

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

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

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

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