#85006E

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

Shades of Purple #85006E

Tints of Purple #85006E

Color information

#85006E (or 0x85006E) is unknown color: approx Purple. HEX triplet: 85, 00 and 6E. RGB value is (133,0,110). Sum of RGB (Red+Green+Blue) = 133+0+110=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85006E is #7AFF91. Grayscale: #343434. Windows color (decimal): -8060818 or 7209093. OLE color: 7209093.

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

Color convert

RGB1330110-
CMYK010.170.48
HSL310.38º100%26.08%-
HSV(B)310.38º100%52.16%-
XYZ12.496.1115.27-
YUV52.31160.56185.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=54.73%
G=0%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330110010.170.48310.3810026.08
Hex8506E0641130136641a
Octal20501560144216046614432
Binary10000101011011100110010010001110000100110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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