#870474

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

Shades of Purple #870474

Tints of Purple #870474

Color information

#870474 (or 0x870474) is unknown color: approx Purple. HEX triplet: 87, 04 and 74. RGB value is (135,4,116). Sum of RGB (Red+Green+Blue) = 135+4+116=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870474 is #78FB8B. Grayscale: #373737. Windows color (decimal): -7928716 or 7603335. OLE color: 7603335.

HSL color Cylindrical-coordinate representation of color #870474: hue angle of 308.7º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870474 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB1354116-
CMYK00.970.140.47
HSL308.7º94.24%27.25%-
HSV(B)308.7º97.04%52.94%-
XYZ13.196.517.08-
YUV55.94161.9184.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=52.94%
G=1.57%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135411600.970.140.47308.794.2427.25
Hex87474061E2F1355e1b
Octal20741640141165746513633
Binary100001111001110100011000011110101111100110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870474; }

 p { color: rgb(135,4,116); }

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

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

 a { background-color: rgb(135,4,116); }

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

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

 span { border-color: rgb(135,4,116); }

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