#873472

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

Shades of Dark Purple #873472

Tints of Dark Purple #873472

Color information

#873472 (or 0x873472) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 72. RGB value is (135,52,114). Sum of RGB (Red+Green+Blue) = 135+52+114=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873472 is #78CB8D. Grayscale: #535353. Windows color (decimal): -7916430 or 7484551. OLE color: 7484551.

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

Color convert

RGB13552114-
CMYK00.610.160.47
HSL315.18º44.39%36.67%-
HSV(B)315.18º61.48%52.94%-
XYZ14.268.8216.87-
YUV83.88145164.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=44.85%
G=17.28%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355211400.610.160.47315.1844.3936.67
Hex87347203D102F13b2c25
Octal2076416207520574735445
Binary100001111101001110010011110110000101111100111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873472; }

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

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

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

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

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

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

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

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