#85026F

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

Shades of Purple #85026F

Tints of Purple #85026F

Color information

#85026F (or 0x85026F) is unknown color: approx Purple. HEX triplet: 85, 02 and 6F. RGB value is (133,2,111). Sum of RGB (Red+Green+Blue) = 133+2+111=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85026F is #7AFD90. Grayscale: #353535. Windows color (decimal): -8060305 or 7275141. OLE color: 7275141.

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

Color convert

RGB1332111-
CMYK00.980.170.48
HSL310.08º97.04%26.47%-
HSV(B)310.08º98.5%52.16%-
XYZ12.566.1815.57-
YUV53.6160.4184.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=54.07%
G=0.81%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133211100.980.170.48310.0897.0426.47
Hex8526F0621130136611a
Octal20521570142216046614132
Binary100001011011011110110001010001110000100110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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