#852872

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

Shades of Dark Purple #852872

Tints of Dark Purple #852872

Color information

#852872 (or 0x852872) is unknown color: approx Dark Purple. HEX triplet: 85, 28 and 72. RGB value is (133,40,114). Sum of RGB (Red+Green+Blue) = 133+40+114=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852872 is #7AD78D. Grayscale: #4C4C4C. Windows color (decimal): -8050574 or 7481477. OLE color: 7481477.

HSL color Cylindrical-coordinate representation of color #852872: hue angle of 312.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852872 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13340114-
CMYK00.700.140.48
HSL312.26º53.76%33.92%-
HSV(B)312.26º69.92%52.16%-
XYZ13.477.7216.7-
YUV76.24149.31168.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=46.34%
G=13.94%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334011400.700.140.48312.2653.7633.92
Hex852872046E301383622
Octal20550162010616604706642
Binary100001011010001110010010001101110110000100111000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852872; }

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

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

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

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

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

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

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

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