#852172

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

Shades of Dark Purple #852172

Tints of Dark Purple #852172

Color information

#852172 (or 0x852172) is unknown color: approx Dark Purple. HEX triplet: 85, 21 and 72. RGB value is (133,33,114). Sum of RGB (Red+Green+Blue) = 133+33+114=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #852172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852172 is #7ADE8D. Grayscale: #474747. Windows color (decimal): -8052366 or 7479685. OLE color: 7479685.

HSL color Cylindrical-coordinate representation of color #852172: hue angle of 311.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852172 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13333114-
CMYK00.750.140.48
HSL311.4º60.24%32.55%-
HSV(B)311.4º75.19%52.16%-
XYZ13.257.2916.63-
YUV72.13151.63171.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=47.5%
G=11.79%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333311400.750.140.48311.460.2432.55
Hex85217204BE301373c21
Octal20541162011316604677441
Binary100001011000011110010010010111110110000100110111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852172; }

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

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

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

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

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

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

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

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