#872A7F

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

Shades of Dark Purple #872A7F

Tints of Dark Purple #872A7F

Color information

#872A7F (or 0x872A7F) is unknown color: approx Dark Purple. HEX triplet: 87, 2A and 7F. RGB value is (135,42,127). Sum of RGB (Red+Green+Blue) = 135+42+127=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #872A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A7F is #78D580. Grayscale: #4F4F4F. Windows color (decimal): -7918977 or 8333959. OLE color: 8333959.

HSL color Cylindrical-coordinate representation of color #872A7F: hue angle of 305.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A7F is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13542127-
CMYK00.690.060.47
HSL305.16º52.54%34.71%-
HSV(B)305.16º68.89%52.94%-
XYZ14.658.3420.92-
YUV79.5154.81167.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 127 (50% from 255) = 41.78%
R=44.41%
G=13.82%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354212700.690.060.47305.1652.5434.71
Hex872A7F04562F1313523
Octal2075217701056574616543
Binary10000111101010111111101000101110101111100110001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,42,127); }

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

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

 a { background-color: rgb(135,42,127); }

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

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

 span { border-color: rgb(135,42,127); }

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