#872669

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

Shades of Dark Purple #872669

Tints of Dark Purple #872669

Color information

#872669 (or 0x872669) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 69. RGB value is (135,38,105). Sum of RGB (Red+Green+Blue) = 135+38+105=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #872669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872669 is #78D996. Grayscale: #4A4A4A. Windows color (decimal): -7920023 or 6891143. OLE color: 6891143.

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

Color convert

RGB13538105-
CMYK00.720.220.47
HSL318.56º56.07%33.92%-
HSV(B)318.56º71.85%52.94%-
XYZ13.237.5614.13-
YUV74.64145.14171.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=48.56%
G=13.67%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353810500.720.220.47318.5656.0733.92
Hex872669048162F13f3822
Octal20746151011026574777042
Binary1000011110011011010010100100010110101111100111111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872669; }

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

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

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

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

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

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

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

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