#862265

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

Shades of Dark Purple #862265

Tints of Dark Purple #862265

Color information

#862265 (or 0x862265) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 65. RGB value is (134,34,101). Sum of RGB (Red+Green+Blue) = 134+34+101=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #862265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862265 is #79DD9A. Grayscale: #474747. Windows color (decimal): -7986587 or 6627974. OLE color: 6627974.

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

Color convert

RGB13434101-
CMYK00.750.250.47
HSL319.8º59.52%32.94%-
HSV(B)319.8º74.63%52.55%-
XYZ12.757.1513.02-
YUV71.54144.63172.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=49.81%
G=12.64%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343410100.750.250.47319.859.5232.94
Hex86226504B192F1403c21
Octal20642145011331575007441
Binary1000011010001011001010100101111001101111101000000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862265; }

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

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

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

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

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

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

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

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