#851072

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

Shades of Dark Purple #851072

Tints of Dark Purple #851072

Color information

#851072 (or 0x851072) is unknown color: approx Dark Purple. HEX triplet: 85, 10 and 72. RGB value is (133,16,114). Sum of RGB (Red+Green+Blue) = 133+16+114=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851072 is #7AEF8D. Grayscale: #3D3D3D. Windows color (decimal): -8056718 or 7475333. OLE color: 7475333.

HSL color Cylindrical-coordinate representation of color #851072: hue angle of 309.74º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851072 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13316114-
CMYK00.880.140.48
HSL309.74º78.52%29.22%-
HSV(B)309.74º87.97%52.16%-
XYZ12.96.5716.51-
YUV62.15157.26178.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=50.57%
G=6.08%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331611400.880.140.48309.7478.5229.22
Hex851072058E301364f1d
Octal205201620130166046611735
Binary10000101100001110010010110001110110000100110110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851072; }

 p { color: rgb(133,16,114); }

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

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

 a { background-color: rgb(133,16,114); }

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

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

 span { border-color: rgb(133,16,114); }

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