#874276

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

Shades of Dark Purple #874276

Tints of Dark Purple #874276

Color information

#874276 (or 0x874276) is unknown color: approx Dark Purple. HEX triplet: 87, 42 and 76. RGB value is (135,66,118). Sum of RGB (Red+Green+Blue) = 135+66+118=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874276 is #78BD89. Grayscale: #5C5C5C. Windows color (decimal): -7912842 or 7750279. OLE color: 7750279.

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

Color convert

RGB13566118-
CMYK00.510.130.47
HSL314.78º34.33%39.41%-
HSV(B)314.78º51.11%52.94%-
XYZ15.2110.3618.34-
YUV92.56142.36158.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=42.32%
G=20.69%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356611800.510.130.47314.7834.3339.41
Hex874276033D2F13b2227
Octal20710216606315574734247
Binary100001111000010111011001100111101101111100111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874276; }

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

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

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

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

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

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

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

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