#87067A

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

Shades of Purple #87067A

Tints of Purple #87067A

Color information

#87067A (or 0x87067A) is unknown color: approx Purple. HEX triplet: 87, 06 and 7A. RGB value is (135,6,122). Sum of RGB (Red+Green+Blue) = 135+6+122=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87067A is #78F985. Grayscale: #393939. Windows color (decimal): -7928198 or 7997063. OLE color: 7997063.

HSL color Cylindrical-coordinate representation of color #87067A: hue angle of 306.05º 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 #87067A is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB1356122-
CMYK00.960.100.47
HSL306.05º91.49%27.65%-
HSV(B)306.05º95.56%52.94%-
XYZ13.576.6918.99-
YUV57.79164.24183.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=51.33%
G=2.28%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135612200.960.100.47306.0591.4927.65
Hex8767A060A2F1325b1c
Octal20761720140125746213334
Binary100001111101111010011000001010101111100110010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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