#852D72

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

Shades of Dark Purple #852D72

Tints of Dark Purple #852D72

Color information

#852D72 (or 0x852D72) is unknown color: approx Dark Purple. HEX triplet: 85, 2D and 72. RGB value is (133,45,114). Sum of RGB (Red+Green+Blue) = 133+45+114=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #852D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D72 is #7AD28D. Grayscale: #4E4E4E. Windows color (decimal): -8049294 or 7482757. OLE color: 7482757.

HSL color Cylindrical-coordinate representation of color #852D72: hue angle of 312.95º 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 #852D72 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13345114-
CMYK00.660.140.48
HSL312.95º49.44%34.9%-
HSV(B)312.95º66.17%52.16%-
XYZ13.658.0816.76-
YUV79.18147.65166.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=45.55%
G=15.41%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334511400.660.140.48312.9549.4434.9
Hex852D72042E301393123
Octal20555162010216604716143
Binary100001011011011110010010000101110110000100111001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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