#870670

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

Shades of Purple #870670

Tints of Purple #870670

Color information

#870670 (or 0x870670) is unknown color: approx Purple. HEX triplet: 87, 06 and 70. RGB value is (135,6,112). Sum of RGB (Red+Green+Blue) = 135+6+112=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #870670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870670 is #78F98F. Grayscale: #383838. Windows color (decimal): -7928208 or 7341703. OLE color: 7341703.

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

Color convert

RGB1356112-
CMYK00.960.170.47
HSL310.7º91.49%27.65%-
HSV(B)310.7º95.56%52.94%-
XYZ12.986.4515.89-
YUV56.65159.24183.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=53.36%
G=2.37%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135611200.960.170.47310.791.4927.65
Hex87670060112F1375b1c
Octal20761600140215746713334
Binary1000011111011100000110000010001101111100110111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870670; }

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

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

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

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

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

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

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

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