#850C70

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

Shades of Dark Purple #850C70

Tints of Dark Purple #850C70

Color information

#850C70 (or 0x850C70) is unknown color: approx Dark Purple. HEX triplet: 85, 0C and 70. RGB value is (133,12,112). Sum of RGB (Red+Green+Blue) = 133+12+112=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #850C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C70 is #7AF38F. Grayscale: #3B3B3B. Windows color (decimal): -8057744 or 7343237. OLE color: 7343237.

HSL color Cylindrical-coordinate representation of color #850C70: hue angle of 310.41º 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 #850C70 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13312112-
CMYK00.910.160.48
HSL310.41º83.45%28.43%-
HSV(B)310.41º90.98%52.16%-
XYZ12.736.4215.9-
YUV59.58157.59180.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=51.75%
G=4.67%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331211200.910.160.48310.4183.4528.43
Hex85C7005B1030136531c
Octal205141600133206046612334
Binary10000101110011100000101101110000110000100110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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