#872F75

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

Shades of Dark Purple #872F75

Tints of Dark Purple #872F75

Color information

#872F75 (or 0x872F75) is unknown color: approx Dark Purple. HEX triplet: 87, 2F and 75. RGB value is (135,47,117). Sum of RGB (Red+Green+Blue) = 135+47+117=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #872F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F75 is #78D08A. Grayscale: #515151. Windows color (decimal): -7917707 or 7679879. OLE color: 7679879.

HSL color Cylindrical-coordinate representation of color #872F75: hue angle of 312.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F75 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13547117-
CMYK00.650.130.47
HSL312.27º48.35%35.69%-
HSV(B)312.27º65.19%52.94%-
XYZ14.228.4717.71-
YUV81.29148.15166.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=45.15%
G=15.72%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354711700.650.130.47312.2748.3535.69
Hex872F75041D2F1383024
Octal20757165010115574706044
Binary100001111011111110101010000011101101111100111000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F75; }

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

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

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

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

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

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

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

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