#851676

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

Shades of Dark Purple #851676

Tints of Dark Purple #851676

Color information

#851676 (or 0x851676) is unknown color: approx Dark Purple. HEX triplet: 85, 16 and 76. RGB value is (133,22,118). Sum of RGB (Red+Green+Blue) = 133+22+118=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851676 is #7AE989. Grayscale: #414141. Windows color (decimal): -8055178 or 7739013. OLE color: 7739013.

HSL color Cylindrical-coordinate representation of color #851676: hue angle of 308.11º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851676 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13322118-
CMYK00.830.110.48
HSL308.11º71.61%30.39%-
HSV(B)308.11º83.46%52.16%-
XYZ13.236.8717.77-
YUV66.13157.27175.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=48.72%
G=8.06%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332211800.830.110.48308.1171.6130.39
Hex851676053B30134481e
Octal205261660123136046411036
Binary10000101101101110110010100111011110000100110100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851676; }

 p { color: rgb(133,22,118); }

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

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

 a { background-color: rgb(133,22,118); }

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

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

 span { border-color: rgb(133,22,118); }

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