#852D71

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

Shades of Dark Purple #852D71

Tints of Dark Purple #852D71

Color information

#852D71 (or 0x852D71) is unknown color: approx Dark Purple. HEX triplet: 85, 2D and 71. RGB value is (133,45,113). Sum of RGB (Red+Green+Blue) = 133+45+113=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #852D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D71 is #7AD28E. Grayscale: #4E4E4E. Windows color (decimal): -8049295 or 7417221. OLE color: 7417221.

HSL color Cylindrical-coordinate representation of color #852D71: hue angle of 313.64º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D71 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13345113-
CMYK00.660.150.48
HSL313.64º49.44%34.9%-
HSV(B)313.64º66.17%52.16%-
XYZ13.598.0616.46-
YUV79.06147.15166.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=45.70%
G=15.46%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334511300.660.150.48313.6449.4434.9
Hex852D71042F3013a3123
Octal20555161010217604726143
Binary100001011011011110001010000101111110000100111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852D71; }

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

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

<style>
 a { background-color: #852D71; }

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

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

<style>
 span { border-color: #852D71; }

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

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