#862565

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

Shades of Dark Purple #862565

Tints of Dark Purple #862565

Color information

#862565 (or 0x862565) is unknown color: approx Dark Purple. HEX triplet: 86, 25 and 65. RGB value is (134,37,101). Sum of RGB (Red+Green+Blue) = 134+37+101=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #862565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862565 is #79DA9A. Grayscale: #494949. Windows color (decimal): -7985819 or 6628742. OLE color: 6628742.

HSL color Cylindrical-coordinate representation of color #862565: hue angle of 320.41º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862565 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13437101-
CMYK00.720.250.47
HSL320.41º56.73%33.53%-
HSV(B)320.41º72.39%52.55%-
XYZ12.847.3313.05-
YUV73.3143.64171.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=49.26%
G=13.60%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343710100.720.250.47320.4156.7333.53
Hex862565048192F1403922
Octal20645145011031575007142
Binary1000011010010111001010100100011001101111101000000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862565; }

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

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

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

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

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

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

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

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