#852864

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

Shades of Dark Purple #852864

Tints of Dark Purple #852864

Color information

#852864 (or 0x852864) is unknown color: approx Dark Purple. HEX triplet: 85, 28 and 64. RGB value is (133,40,100). Sum of RGB (Red+Green+Blue) = 133+40+100=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852864 is #7AD79B. Grayscale: #4A4A4A. Windows color (decimal): -8050588 or 6563973. OLE color: 6563973.

HSL color Cylindrical-coordinate representation of color #852864: hue angle of 321.29º 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 #852864 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13340100-
CMYK00.700.250.48
HSL321.29º53.76%33.92%-
HSV(B)321.29º69.92%52.16%-
XYZ12.737.4212.82-
YUV74.65142.31169.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=48.72%
G=14.65%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334010000.700.250.48321.2953.7633.92
Hex85286404619301413622
Octal20550144010631605016642
Binary1000010110100011001000100011011001110000101000001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852864; }

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

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

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

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

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

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

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

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