#873476

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

Shades of Dark Purple #873476

Tints of Dark Purple #873476

Color information

#873476 (or 0x873476) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 76. RGB value is (135,52,118). Sum of RGB (Red+Green+Blue) = 135+52+118=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #873476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873476 is #78CB89. Grayscale: #545454. Windows color (decimal): -7916426 or 7746695. OLE color: 7746695.

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

Color convert

RGB13552118-
CMYK00.610.130.47
HSL312.29º44.39%36.67%-
HSV(B)312.29º61.48%52.94%-
XYZ14.498.9118.1-
YUV84.34147164.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=44.26%
G=17.05%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355211800.610.130.47312.2944.3936.67
Hex87347603DD2F1382c25
Octal2076416607515574705445
Binary10000111110100111011001111011101101111100111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873476; }

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

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

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

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

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

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

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

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