#871963

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

Shades of Dark Purple #871963

Tints of Dark Purple #871963

Color information

#871963 (or 0x871963) is unknown color: approx Dark Purple. HEX triplet: 87, 19 and 63. RGB value is (135,25,99). Sum of RGB (Red+Green+Blue) = 135+25+99=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #871963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871963 is #78E69C. Grayscale: #424242. Windows color (decimal): -7923357 or 6494599. OLE color: 6494599.

HSL color Cylindrical-coordinate representation of color #871963: hue angle of 319.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871963 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1352599-
CMYK00.810.270.47
HSL319.64º68.75%31.37%-
HSV(B)319.64º81.48%52.94%-
XYZ12.596.7512.44-
YUV66.33146.44176.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=52.12%
G=9.65%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135259900.810.270.47319.6468.7531.37
Hex8719630511B2F140451f
Octal207311430121335750010537
Binary100001111100111000110101000111011101111101000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871963; }

 p { color: rgb(135,25,99); }

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

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

 a { background-color: rgb(135,25,99); }

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

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

 span { border-color: rgb(135,25,99); }

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