#852565

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

Shades of Dark Purple #852565

Tints of Dark Purple #852565

Color information

#852565 (or 0x852565) is unknown color: approx Dark Purple. HEX triplet: 85, 25 and 65. RGB value is (133,37,101). Sum of RGB (Red+Green+Blue) = 133+37+101=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852565 is #7ADA9A. Grayscale: #484848. Windows color (decimal): -8051355 or 6628741. OLE color: 6628741.

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

Color convert

RGB13337101-
CMYK00.720.240.48
HSL320º56.47%33.33%-
HSV(B)320º72.18%52.16%-
XYZ12.687.2513.04-
YUV73143.8170.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=49.08%
G=13.65%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333710100.720.240.4832056.4733.33
Hex85256504818301403821
Octal20545145011030605007041
Binary1000010110010111001010100100011000110000101000000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852565; }

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

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

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

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

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

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

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

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