#872665

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

Shades of Dark Purple #872665

Tints of Dark Purple #872665

Color information

#872665 (or 0x872665) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 65. RGB value is (135,38,101). Sum of RGB (Red+Green+Blue) = 135+38+101=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #872665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872665 is #78D99A. Grayscale: #4A4A4A. Windows color (decimal): -7920027 or 6628999. OLE color: 6628999.

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

Color convert

RGB13538101-
CMYK00.720.250.47
HSL321.03º56.07%33.92%-
HSV(B)321.03º71.85%52.94%-
XYZ13.037.4813.07-
YUV74.18143.14171.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 38 (15.23% from 255) = 13.87%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=49.27%
G=13.87%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353810100.720.250.47321.0356.0733.92
Hex872665048192F1413822
Octal20746145011031575017042
Binary1000011110011011001010100100011001101111101000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872665; }

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

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

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

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

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

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

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

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