#873470

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

Shades of Dark Purple #873470

Tints of Dark Purple #873470

Color information

#873470 (or 0x873470) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 70. RGB value is (135,52,112). Sum of RGB (Red+Green+Blue) = 135+52+112=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #873470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873470 is #78CB8F. Grayscale: #535353. Windows color (decimal): -7916432 or 7353479. OLE color: 7353479.

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

Color convert

RGB13552112-
CMYK00.610.170.47
HSL316.63º44.39%36.67%-
HSV(B)316.63º61.48%52.94%-
XYZ14.148.7816.28-
YUV83.66144164.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=45.15%
G=17.39%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355211200.610.170.47316.6344.3936.67
Hex87347003D112F13d2c25
Octal2076416007521574755445
Binary100001111101001110000011110110001101111100111101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873470; }

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

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

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

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

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

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

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

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