#852C72

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

Shades of Dark Purple #852C72

Tints of Dark Purple #852C72

Color information

#852C72 (or 0x852C72) is unknown color: approx Dark Purple. HEX triplet: 85, 2C and 72. RGB value is (133,44,114). Sum of RGB (Red+Green+Blue) = 133+44+114=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #852C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C72 is #7AD38D. Grayscale: #4E4E4E. Windows color (decimal): -8049550 or 7482501. OLE color: 7482501.

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

Color convert

RGB13344114-
CMYK00.670.140.48
HSL312.81º50.28%34.71%-
HSV(B)312.81º66.92%52.16%-
XYZ13.61816.75-
YUV78.59147.99166.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=45.70%
G=15.12%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334411400.670.140.48312.8150.2834.71
Hex852C72043E301393223
Octal20554162010316604716243
Binary100001011011001110010010000111110110000100111001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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