#872675

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

Shades of Dark Purple #872675

Tints of Dark Purple #872675

Color information

#872675 (or 0x872675) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 75. RGB value is (135,38,117). Sum of RGB (Red+Green+Blue) = 135+38+117=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #872675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872675 is #78D98A. Grayscale: #4B4B4B. Windows color (decimal): -7920011 or 7677575. OLE color: 7677575.

HSL color Cylindrical-coordinate representation of color #872675: hue angle of 311.13º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872675 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13538117-
CMYK00.720.130.47
HSL311.13º56.07%33.92%-
HSV(B)311.13º71.85%52.94%-
XYZ13.97.8217.61-
YUV76.01151.14170.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=46.55%
G=13.10%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353811700.720.130.47311.1356.0733.92
Hex872675048D2F1373822
Octal20746165011015574677042
Binary100001111001101110101010010001101101111100110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872675; }

 p { color: rgb(135,38,117); }

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

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

 a { background-color: rgb(135,38,117); }

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

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

 span { border-color: rgb(135,38,117); }

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