#852765

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

Shades of Dark Purple #852765

Tints of Dark Purple #852765

Color information

#852765 (or 0x852765) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 65. RGB value is (133,39,101). Sum of RGB (Red+Green+Blue) = 133+39+101=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852765 is #7AD89A. Grayscale: #4A4A4A. Windows color (decimal): -8050843 or 6629253. OLE color: 6629253.

HSL color Cylindrical-coordinate representation of color #852765: hue angle of 320.43º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852765 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13339101-
CMYK00.710.240.48
HSL320.43º54.65%33.73%-
HSV(B)320.43º70.68%52.16%-
XYZ12.757.3813.06-
YUV74.17143.14169.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=48.72%
G=14.29%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333910100.710.240.48320.4354.6533.73
Hex85276504718301403722
Octal20547145010730605006742
Binary1000010110011111001010100011111000110000101000000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852765; }

 p { color: rgb(133,39,101); }

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

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

 a { background-color: rgb(133,39,101); }

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

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

 span { border-color: rgb(133,39,101); }

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