#872673

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

Shades of Dark Purple #872673

Tints of Dark Purple #872673

Color information

#872673 (or 0x872673) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 73. RGB value is (135,38,115). Sum of RGB (Red+Green+Blue) = 135+38+115=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #872673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872673 is #78D98C. Grayscale: #4B4B4B. Windows color (decimal): -7920013 or 7546503. OLE color: 7546503.

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

Color convert

RGB13538115-
CMYK00.720.150.47
HSL312.37º56.07%33.92%-
HSV(B)312.37º71.85%52.94%-
XYZ13.787.7716.99-
YUV75.78150.14170.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=46.88%
G=13.19%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353811500.720.150.47312.3756.0733.92
Hex872673048F2F1383822
Octal20746163011017574707042
Binary100001111001101110011010010001111101111100111000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872673; }

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

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

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

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

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

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

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

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