#872869

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

Shades of Dark Purple #872869

Tints of Dark Purple #872869

Color information

#872869 (or 0x872869) is unknown color: approx Dark Purple. HEX triplet: 87, 28 and 69. RGB value is (135,40,105). Sum of RGB (Red+Green+Blue) = 135+40+105=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #872869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872869 is #78D796. Grayscale: #4B4B4B. Windows color (decimal): -7919511 or 6891655. OLE color: 6891655.

HSL color Cylindrical-coordinate representation of color #872869: hue angle of 318.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872869 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13540105-
CMYK00.700.220.47
HSL318.95º54.29%34.31%-
HSV(B)318.95º70.37%52.94%-
XYZ13.37.6914.15-
YUV75.82144.47170.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=48.21%
G=14.29%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354010500.700.220.47318.9554.2934.31
Hex872869046162F13f3622
Octal20750151010626574776642
Binary1000011110100011010010100011010110101111100111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872869; }

 p { color: rgb(135,40,105); }

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

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

 a { background-color: rgb(135,40,105); }

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

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

 span { border-color: rgb(135,40,105); }

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