#851C70

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

Shades of Dark Purple #851C70

Tints of Dark Purple #851C70

Color information

#851C70 (or 0x851C70) is unknown color: approx Dark Purple. HEX triplet: 85, 1C and 70. RGB value is (133,28,112). Sum of RGB (Red+Green+Blue) = 133+28+112=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C70 is #7AE38F. Grayscale: #444444. Windows color (decimal): -8053648 or 7347333. OLE color: 7347333.

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

Color convert

RGB13328112-
CMYK00.790.160.48
HSL312º65.22%31.57%-
HSV(B)312º78.95%52.16%-
XYZ13.016.9915.99-
YUV68.97152.29173.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=48.72%
G=10.26%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332811200.790.160.4831265.2231.57
Hex851C7004F10301384120
Octal205341600117206047010140
Binary1000010111100111000001001111100001100001001110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,28,112); }

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

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

 a { background-color: rgb(133,28,112); }

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

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

 span { border-color: rgb(133,28,112); }

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