#872163

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

Shades of Dark Purple #872163

Tints of Dark Purple #872163

Color information

#872163 (or 0x872163) is unknown color: approx Dark Purple. HEX triplet: 87, 21 and 63. RGB value is (135,33,99). Sum of RGB (Red+Green+Blue) = 135+33+99=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #872163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872163 is #78DE9C. Grayscale: #464646. Windows color (decimal): -7921309 or 6496647. OLE color: 6496647.

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

Color convert

RGB1353399-
CMYK00.760.270.47
HSL321.18º60.71%32.94%-
HSV(B)321.18º75.56%52.94%-
XYZ12.797.1412.51-
YUV71.02143.79173.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=50.56%
G=12.36%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135339900.760.270.47321.1860.7132.94
Hex87216304C1B2F1413d21
Octal20741143011433575017541
Binary1000011110000111000110100110011011101111101000001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872163; }

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

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

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

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

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

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

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

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