#85277C

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

Shades of Dark Purple #85277C

Tints of Dark Purple #85277C

Color information

#85277C (or 0x85277C) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 7C. RGB value is (133,39,124). Sum of RGB (Red+Green+Blue) = 133+39+124=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85277C is #7AD883. Grayscale: #4C4C4C. Windows color (decimal): -8050820 or 8136581. OLE color: 8136581.

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

Color convert

RGB13339124-
CMYK00.710.070.48
HSL305.74º54.65%33.73%-
HSV(B)305.74º70.68%52.16%-
XYZ14.047.8919.85-
YUV76.8154.64168.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=44.93%
G=13.18%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333912400.710.070.48305.7454.6533.73
Hex85277C0477301323722
Octal2054717401077604626742
Binary10000101100111111110001000111111110000100110010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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