#853B70

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

Shades of Dark Purple #853B70

Tints of Dark Purple #853B70

Color information

#853B70 (or 0x853B70) is unknown color: approx Dark Purple. HEX triplet: 85, 3B and 70. RGB value is (133,59,112). Sum of RGB (Red+Green+Blue) = 133+59+112=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B70 is #7AC48F. Grayscale: #575757. Windows color (decimal): -8045712 or 7355269. OLE color: 7355269.

HSL color Cylindrical-coordinate representation of color #853B70: hue angle of 317.03º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B70 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13359112-
CMYK00.560.160.48
HSL317.03º38.54%37.65%-
HSV(B)317.03º55.64%52.16%-
XYZ14.169.2816.37-
YUV87.17142.02160.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=43.75%
G=19.41%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335911200.560.160.48317.0338.5437.65
Hex853B70038103013d2726
Octal2057316007020604754746
Binary100001011110111110000011100010000110000100111101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853B70; }

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

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

<style>
 a { background-color: #853B70; }

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

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

<style>
 span { border-color: #853B70; }

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

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