#85276F

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

Shades of Dark Purple #85276F

Tints of Dark Purple #85276F

Color information

#85276F (or 0x85276F) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 6F. RGB value is (133,39,111). Sum of RGB (Red+Green+Blue) = 133+39+111=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85276F is #7AD890. Grayscale: #4B4B4B. Windows color (decimal): -8050833 or 7284613. OLE color: 7284613.

HSL color Cylindrical-coordinate representation of color #85276F: hue angle of 314.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85276F is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13339111-
CMYK00.710.170.48
HSL314.04º54.65%33.73%-
HSV(B)314.04º70.68%52.16%-
XYZ13.277.5915.8-
YUV75.31148.14169.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=47.00%
G=13.78%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333911100.710.170.48314.0454.6533.73
Hex85276F047113013a3722
Octal20547157010721604726742
Binary1000010110011111011110100011110001110000100111010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85276F; }

 p { color: rgb(133,39,111); }

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

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

 a { background-color: rgb(133,39,111); }

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

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

 span { border-color: rgb(133,39,111); }

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