#850C78

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

Shades of Purple #850C78

Tints of Purple #850C78

Color information

#850C78 (or 0x850C78) is unknown color: approx Purple. HEX triplet: 85, 0C and 78. RGB value is (133,12,120). Sum of RGB (Red+Green+Blue) = 133+12+120=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #850C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C78 is #7AF387. Grayscale: #3C3C3C. Windows color (decimal): -8057736 or 7867525. OLE color: 7867525.

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

Color convert

RGB13312120-
CMYK00.910.100.48
HSL306.45º83.45%28.43%-
HSV(B)306.45º90.98%52.16%-
XYZ13.196.6118.35-
YUV60.49161.59179.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 12 (5.08% from 255) = 4.53%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=50.19%
G=4.53%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331212000.910.100.48306.4583.4528.43
Hex85C7805BA30132531c
Octal205141700133126046212334
Binary1000010111001111000010110111010110000100110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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