#863575

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

Shades of Dark Purple #863575

Tints of Dark Purple #863575

Color information

#863575 (or 0x863575) is unknown color: approx Dark Purple. HEX triplet: 86, 35 and 75. RGB value is (134,53,117). Sum of RGB (Red+Green+Blue) = 134+53+117=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863575 is #79CA8A. Grayscale: #545454. Windows color (decimal): -7981707 or 7681414. OLE color: 7681414.

HSL color Cylindrical-coordinate representation of color #863575: hue angle of 312.59º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863575 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13453117-
CMYK00.600.130.47
HSL312.59º43.32%36.67%-
HSV(B)312.59º60.45%52.55%-
XYZ14.328.917.79-
YUV84.51146.34163.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=44.08%
G=17.43%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345311700.600.130.47312.5943.3236.67
Hex86357503CD2F1392b25
Octal2066516507415574715345
Binary10000110110101111010101111001101101111100111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863575; }

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

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

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

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

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

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

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

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