#873474

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

Shades of Dark Purple #873474

Tints of Dark Purple #873474

Color information

#873474 (or 0x873474) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 74. RGB value is (135,52,116). Sum of RGB (Red+Green+Blue) = 135+52+116=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #873474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873474 is #78CB8B. Grayscale: #535353. Windows color (decimal): -7916428 or 7615623. OLE color: 7615623.

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

Color convert

RGB13552116-
CMYK00.610.140.47
HSL313.73º44.39%36.67%-
HSV(B)313.73º61.48%52.94%-
XYZ14.378.8717.48-
YUV84.11146164.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=44.55%
G=17.16%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355211600.610.140.47313.7344.3936.67
Hex87347403DE2F13a2c25
Octal2076416407516574725445
Binary10000111110100111010001111011110101111100111010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873474; }

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

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

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

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

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

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

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

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