#851d68

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

Shades of Dark Purple #851D68

Tints of Dark Purple #851D68

Color information

#851D68 (or 0x851D68) is unknown color: approx Dark Purple. HEX triplet: 85, 1D and 68. RGB value is (133,29,104). Sum of RGB (Red+Green+Blue) = 133+29+104=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #851D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D68 is #7AE297. Grayscale: #444444. Windows color (decimal): -8053400 or 6823301. OLE color: 6823301.

HSL color Cylindrical-coordinate representation of color #851D68: hue angle of 316.73º 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 #851D68 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13329104-
CMYK00.780.220.48
HSL316.73º64.2%31.76%-
HSV(B)316.73º78.2%52.16%-
XYZ12.616.8613.76-
YUV68.65147.96173.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 10.90%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=50%
G=10.90%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332910400.780.220.48316.7364.231.76
Hex851D6804E163013d4020
Octal205351500116266047510040
Binary1000010111101110100001001110101101100001001111011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851d68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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