#863578

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

Shades of Dark Purple #863578

Tints of Dark Purple #863578

Color information

#863578 (or 0x863578) is unknown color: approx Dark Purple. HEX triplet: 86, 35 and 78. RGB value is (134,53,120). Sum of RGB (Red+Green+Blue) = 134+53+120=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #863578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863578 is #79CA87. Grayscale: #545454. Windows color (decimal): -7981704 or 7878022. OLE color: 7878022.

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

Color convert

RGB13453120-
CMYK00.600.100.47
HSL310.37º43.32%36.67%-
HSV(B)310.37º60.45%52.55%-
XYZ14.498.9718.74-
YUV84.86147.84163.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=43.65%
G=17.26%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345312000.600.100.47310.3743.3236.67
Hex86357803CA2F1362b25
Octal2066517007412574665345
Binary10000110110101111100001111001010101111100110110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863578; }

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

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

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

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

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

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

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

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