#872172

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

Shades of Dark Purple #872172

Tints of Dark Purple #872172

Color information

#872172 (or 0x872172) is unknown color: approx Dark Purple. HEX triplet: 87, 21 and 72. RGB value is (135,33,114). Sum of RGB (Red+Green+Blue) = 135+33+114=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #872172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872172 is #78DE8D. Grayscale: #484848. Windows color (decimal): -7921294 or 7479687. OLE color: 7479687.

HSL color Cylindrical-coordinate representation of color #872172: hue angle of 312.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872172 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13533114-
CMYK00.760.160.47
HSL312.35º60.71%32.94%-
HSV(B)312.35º75.56%52.94%-
XYZ13.577.4516.64-
YUV72.73151.29172.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=47.87%
G=11.70%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353311400.760.160.47312.3560.7132.94
Hex87217204C102F1383d21
Octal20741162011420574707541
Binary1000011110000111100100100110010000101111100111000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872172; }

 p { color: rgb(135,33,114); }

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

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

 a { background-color: rgb(135,33,114); }

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

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

 span { border-color: rgb(135,33,114); }

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