#874275

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

Shades of Dark Purple #874275

Tints of Dark Purple #874275

Color information

#874275 (or 0x874275) is unknown color: approx Dark Purple. HEX triplet: 87, 42 and 75. RGB value is (135,66,117). Sum of RGB (Red+Green+Blue) = 135+66+117=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874275 is #78BD8A. Grayscale: #5C5C5C. Windows color (decimal): -7912843 or 7684743. OLE color: 7684743.

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

Color convert

RGB13566117-
CMYK00.510.130.47
HSL315.65º34.33%39.41%-
HSV(B)315.65º51.11%52.94%-
XYZ15.1510.3318.03-
YUV92.44141.86158.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=42.45%
G=20.75%
B=36.79%

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
Decimal1356611700.510.130.47315.6534.3339.41
Hex874275033D2F13c2227
Octal20710216506315574744247
Binary100001111000010111010101100111101101111100111100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874275; }

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

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

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

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

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

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

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

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