#851270

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

Shades of Dark Purple #851270

Tints of Dark Purple #851270

Color information

#851270 (or 0x851270) is unknown color: approx Dark Purple. HEX triplet: 85, 12 and 70. RGB value is (133,18,112). Sum of RGB (Red+Green+Blue) = 133+18+112=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851270 is #7AED8F. Grayscale: #3E3E3E. Windows color (decimal): -8056208 or 7344773. OLE color: 7344773.

HSL color Cylindrical-coordinate representation of color #851270: hue angle of 310.96º 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 #851270 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13318112-
CMYK00.860.160.48
HSL310.96º76.16%29.61%-
HSV(B)310.96º86.47%52.16%-
XYZ12.816.5915.93-
YUV63.1155.6177.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=50.57%
G=6.84%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331811200.860.160.48310.9676.1629.61
Hex85127005610301374c1e
Octal205221600126206046711436
Binary100001011001011100000101011010000110000100110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851270; }

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

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

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

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

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

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

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

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