#851D6F

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

Shades of Dark Purple #851D6F

Tints of Dark Purple #851D6F

Color information

#851D6F (or 0x851D6F) is unknown color: approx Dark Purple. HEX triplet: 85, 1D and 6F. RGB value is (133,29,111). Sum of RGB (Red+Green+Blue) = 133+29+111=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D6F is #7AE290. Grayscale: #454545. Windows color (decimal): -8053393 or 7282053. OLE color: 7282053.

HSL color Cylindrical-coordinate representation of color #851D6F: hue angle of 312.69º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D6F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13329111-
CMYK00.780.170.48
HSL312.69º64.2%31.76%-
HSV(B)312.69º78.2%52.16%-
XYZ12.987.0115.71-
YUV69.44151.46173.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=48.72%
G=10.62%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332911100.780.170.48312.6964.231.76
Hex851D6F04E11301394020
Octal205351570116216047110040
Binary1000010111101110111101001110100011100001001110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851D6F; }

 p { color: rgb(133,29,111); }

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

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

 a { background-color: rgb(133,29,111); }

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

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

 span { border-color: rgb(133,29,111); }

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