#842670

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

Shades of Dark Purple #842670

Tints of Dark Purple #842670

Color information

#842670 (or 0x842670) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 70. RGB value is (132,38,112). Sum of RGB (Red+Green+Blue) = 132+38+112=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #842670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842670 is #7BD98F. Grayscale: #4A4A4A. Windows color (decimal): -8116624 or 7349892. OLE color: 7349892.

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

Color convert

RGB13238112-
CMYK00.710.150.48
HSL312.77º55.29%33.33%-
HSV(B)312.77º71.21%51.76%-
XYZ13.137.4616.08-
YUV74.54149.14168.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=46.81%
G=13.48%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323811200.710.150.48312.7755.2933.33
Hex842670047F301393721
Octal20446160010717604716741
Binary100001001001101110000010001111111110000100111001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842670; }

 p { color: rgb(132,38,112); }

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

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

 a { background-color: rgb(132,38,112); }

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

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

 span { border-color: rgb(132,38,112); }

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