#864275

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

Shades of Dark Purple #864275

Tints of Dark Purple #864275

Color information

#864275 (or 0x864275) is unknown color: approx Dark Purple. HEX triplet: 86, 42 and 75. RGB value is (134,66,117). Sum of RGB (Red+Green+Blue) = 134+66+117=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #864275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864275 is #79BD8A. Grayscale: #5C5C5C. Windows color (decimal): -7978379 or 7684742. OLE color: 7684742.

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

Color convert

RGB13466117-
CMYK00.510.130.47
HSL315º34%39.22%-
HSV(B)315º50.75%52.55%-
XYZ14.9910.2518.02-
YUV92.15142.03157.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=42.27%
G=20.82%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346611700.510.130.473153439.22
Hex864275033D2F13b2227
Octal20610216506315574734247
Binary100001101000010111010101100111101101111100111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864275; }

 p { color: rgb(134,66,117); }

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

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

 a { background-color: rgb(134,66,117); }

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

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

 span { border-color: rgb(134,66,117); }

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