#874078

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

Shades of Dark Purple #874078

Tints of Dark Purple #874078

Color information

#874078 (or 0x874078) is unknown color: approx Dark Purple. HEX triplet: 87, 40 and 78. RGB value is (135,64,120). Sum of RGB (Red+Green+Blue) = 135+64+120=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874078 is #78BF87. Grayscale: #5B5B5B. Windows color (decimal): -7913352 or 7880839. OLE color: 7880839.

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

Color convert

RGB13564120-
CMYK00.530.110.47
HSL312.68º35.68%39.02%-
HSV(B)312.68º52.59%52.94%-
XYZ15.2210.1718.93-
YUV91.61144.02158.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=42.32%
G=20.06%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356412000.530.110.47312.6835.6839.02
Hex874078035B2F1392427
Octal20710017006513574714447
Binary100001111000000111100001101011011101111100111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874078; }

 p { color: rgb(135,64,120); }

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

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

 a { background-color: rgb(135,64,120); }

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

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

 span { border-color: rgb(135,64,120); }

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