#851272

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

Shades of Dark Purple #851272

Tints of Dark Purple #851272

Color information

#851272 (or 0x851272) is unknown color: approx Dark Purple. HEX triplet: 85, 12 and 72. RGB value is (133,18,114). Sum of RGB (Red+Green+Blue) = 133+18+114=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #851272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851272 is #7AED8D. Grayscale: #3F3F3F. Windows color (decimal): -8056206 or 7475845. OLE color: 7475845.

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

Color convert

RGB13318114-
CMYK00.860.140.48
HSL309.91º76.16%29.61%-
HSV(B)309.91º86.47%52.16%-
XYZ12.936.6316.52-
YUV63.33156.6177.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=50.19%
G=6.79%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331811400.860.140.48309.9176.1629.61
Hex851272056E301364c1e
Octal205221620126166046611436
Binary10000101100101110010010101101110110000100110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851272; }

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

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

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

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

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

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

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

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