#850F78

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

Shades of Dark Purple #850F78

Tints of Dark Purple #850F78

Color information

#850F78 (or 0x850F78) is unknown color: approx Dark Purple. HEX triplet: 85, 0F and 78. RGB value is (133,15,120). Sum of RGB (Red+Green+Blue) = 133+15+120=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #850F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F78 is #7AF087. Grayscale: #3D3D3D. Windows color (decimal): -8056968 or 7868293. OLE color: 7868293.

HSL color Cylindrical-coordinate representation of color #850F78: hue angle of 306.61º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F78 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13315120-
CMYK00.890.100.48
HSL306.61º79.73%29.02%-
HSV(B)306.61º88.72%52.16%-
XYZ13.236.6818.36-
YUV62.25160.59178.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=49.63%
G=5.60%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331512000.890.100.48306.6179.7329.02
Hex85F78059A30133501d
Octal205171700131126046312035
Binary1000010111111111000010110011010110000100110011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850F78; }

 p { color: rgb(133,15,120); }

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

<style>
 a { background-color: #850F78; }

 a { background-color: rgb(133,15,120); }

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

<style>
 span { border-color: #850F78; }

 span { border-color: rgb(133,15,120); }

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