#85076E

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

Shades of Purple #85076E

Tints of Purple #85076E

Color information

#85076E (or 0x85076E) is unknown color: approx Purple. HEX triplet: 85, 07 and 6E. RGB value is (133,7,110). Sum of RGB (Red+Green+Blue) = 133+7+110=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85076E is #7AF891. Grayscale: #383838. Windows color (decimal): -8059026 or 7210885. OLE color: 7210885.

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

Color convert

RGB1337110-
CMYK00.950.170.48
HSL310.95º90%27.45%-
HSV(B)310.95º94.74%52.16%-
XYZ12.566.2615.3-
YUV56.42158.24182.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 110 (43.36% from 255) = 44%
R=53.2%
G=2.8%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133711000.950.170.48310.959027.45
Hex8576E05F11301375a1b
Octal20571560137216046713233
Binary1000010111111011100101111110001110000100110111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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