#85276C

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

Shades of Dark Purple #85276C

Tints of Dark Purple #85276C

Color information

#85276C (or 0x85276C) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 6C. RGB value is (133,39,108). Sum of RGB (Red+Green+Blue) = 133+39+108=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85276C is #7AD893. Grayscale: #4A4A4A. Windows color (decimal): -8050836 or 7088005. OLE color: 7088005.

HSL color Cylindrical-coordinate representation of color #85276C: hue angle of 315.96º 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 #85276C is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13339108-
CMYK00.710.190.48
HSL315.96º54.65%33.73%-
HSV(B)315.96º70.68%52.16%-
XYZ13.117.5214.95-
YUV74.97146.64169.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=47.5%
G=13.93%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333910800.710.190.48315.9654.6533.73
Hex85276C047133013c3722
Octal20547154010723604746742
Binary1000010110011111011000100011110011110000100111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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