#853B71

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

Shades of Dark Purple #853B71

Tints of Dark Purple #853B71

Color information

#853B71 (or 0x853B71) is unknown color: approx Dark Purple. HEX triplet: 85, 3B and 71. RGB value is (133,59,113). Sum of RGB (Red+Green+Blue) = 133+59+113=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #853B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B71 is #7AC48E. Grayscale: #575757. Windows color (decimal): -8045711 or 7420805. OLE color: 7420805.

HSL color Cylindrical-coordinate representation of color #853B71: hue angle of 316.22º 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 #853B71 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13359113-
CMYK00.560.150.48
HSL316.22º38.54%37.65%-
HSV(B)316.22º55.64%52.16%-
XYZ14.229.3116.67-
YUV87.28142.52160.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=43.61%
G=19.34%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335911300.560.150.48316.2238.5437.65
Hex853B71038F3013c2726
Octal2057316107017604744746
Binary10000101111011111000101110001111110000100111100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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