#85046E

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

Shades of Purple #85046E

Tints of Purple #85046E

Color information

#85046E (or 0x85046E) is unknown color: approx Purple. HEX triplet: 85, 04 and 6E. RGB value is (133,4,110). Sum of RGB (Red+Green+Blue) = 133+4+110=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85046E is #7AFB91. Grayscale: #363636. Windows color (decimal): -8059794 or 7210117. OLE color: 7210117.

HSL color Cylindrical-coordinate representation of color #85046E: hue angle of 310.7º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85046E is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB1334110-
CMYK00.970.170.48
HSL310.7º94.16%26.86%-
HSV(B)310.7º96.99%52.16%-
XYZ12.536.215.29-
YUV54.65159.24183.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=53.85%
G=1.62%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133411000.970.170.48310.794.1626.86
Hex8546E06111301375e1b
Octal20541560141216046713633
Binary1000010110011011100110000110001110000100110111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85046E; }

 p { color: rgb(133,4,110); }

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

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

 a { background-color: rgb(133,4,110); }

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

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

 span { border-color: rgb(133,4,110); }

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