#863577

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

Shades of Dark Purple #863577

Tints of Dark Purple #863577

Color information

#863577 (or 0x863577) is unknown color: approx Dark Purple. HEX triplet: 86, 35 and 77. RGB value is (134,53,119). Sum of RGB (Red+Green+Blue) = 134+53+119=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #863577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863577 is #79CA88. Grayscale: #545454. Windows color (decimal): -7981705 or 7812486. OLE color: 7812486.

HSL color Cylindrical-coordinate representation of color #863577: hue angle of 311.11º 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 #863577 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13453119-
CMYK00.600.110.47
HSL311.11º43.32%36.67%-
HSV(B)311.11º60.45%52.55%-
XYZ14.438.9518.42-
YUV84.74147.34163.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=43.79%
G=17.32%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345311900.600.110.47311.1143.3236.67
Hex86357703CB2F1372b25
Octal2066516707413574675345
Binary10000110110101111011101111001011101111100110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863577; }

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

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

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

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

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

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

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

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