#85107E

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

Shades of Purple #85107E

Tints of Purple #85107E

Color information

#85107E (or 0x85107E) is unknown color: approx Purple. HEX triplet: 85, 10 and 7E. RGB value is (133,16,126). Sum of RGB (Red+Green+Blue) = 133+16+126=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85107E is #7AEF81. Grayscale: #3F3F3F. Windows color (decimal): -8056706 or 8261765. OLE color: 8261765.

HSL color Cylindrical-coordinate representation of color #85107E: hue angle of 303.59º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85107E is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13316126-
CMYK00.880.050.48
HSL303.59º78.52%29.22%-
HSV(B)303.59º87.97%52.16%-
XYZ13.626.8620.35-
YUV63.52163.26177.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 126 (49.61% from 255) = 45.82%
R=48.36%
G=5.82%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331612600.880.050.48303.5978.5229.22
Hex85107E0585301304f1d
Octal20520176013056046011735
Binary1000010110000111111001011000101110000100110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,16,126); }

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

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

 a { background-color: rgb(133,16,126); }

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

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

 span { border-color: rgb(133,16,126); }

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