#874175

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

Shades of Dark Purple #874175

Tints of Dark Purple #874175

Color information

#874175 (or 0x874175) is unknown color: approx Dark Purple. HEX triplet: 87, 41 and 75. RGB value is (135,65,117). Sum of RGB (Red+Green+Blue) = 135+65+117=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #874175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874175 is #78BE8A. Grayscale: #5B5B5B. Windows color (decimal): -7913099 or 7684487. OLE color: 7684487.

HSL color Cylindrical-coordinate representation of color #874175: hue angle of 315.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874175 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13565117-
CMYK00.520.130.47
HSL315.43º35%39.22%-
HSV(B)315.43º51.85%52.94%-
XYZ15.0910.2218.01-
YUV91.86142.19158.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=42.59%
G=20.50%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356511700.520.130.47315.433539.22
Hex874175034D2F13b2327
Octal20710116506415574734347
Binary100001111000001111010101101001101101111100111011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874175; }

 p { color: rgb(135,65,117); }

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

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

 a { background-color: rgb(135,65,117); }

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

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

 span { border-color: rgb(135,65,117); }

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