#87067C

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

Shades of Purple #87067C

Tints of Purple #87067C

Color information

#87067C (or 0x87067C) is unknown color: approx Purple. HEX triplet: 87, 06 and 7C. RGB value is (135,6,124). Sum of RGB (Red+Green+Blue) = 135+6+124=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87067C is #78F983. Grayscale: #393939. Windows color (decimal): -7928196 or 8128135. OLE color: 8128135.

HSL color Cylindrical-coordinate representation of color #87067C: hue angle of 305.12º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87067C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB1356124-
CMYK00.960.080.47
HSL305.12º91.49%27.65%-
HSV(B)305.12º95.56%52.94%-
XYZ13.696.7419.65-
YUV58.02165.24182.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=50.94%
G=2.26%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135612400.960.080.47305.1291.4927.65
Hex8767C06082F1315b1c
Octal20761740140105746113334
Binary100001111101111100011000001000101111100110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87067C; }

 p { color: rgb(135,6,124); }

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

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

 a { background-color: rgb(135,6,124); }

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

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

 span { border-color: rgb(135,6,124); }

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