#860671

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

Shades of Purple #860671

Tints of Purple #860671

Color information

#860671 (or 0x860671) is unknown color: approx Purple. HEX triplet: 86, 06 and 71. RGB value is (134,6,113). Sum of RGB (Red+Green+Blue) = 134+6+113=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #860671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860671 is #79F98E. Grayscale: #383838. Windows color (decimal): -7993743 or 7407238. OLE color: 7407238.

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

Color convert

RGB1346113-
CMYK00.960.160.47
HSL309.84º91.43%27.45%-
HSV(B)309.84º95.52%52.55%-
XYZ12.886.3916.18-
YUV56.47159.91183.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=52.96%
G=2.37%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134611300.960.160.47309.8491.4327.45
Hex86671060102F1365b1b
Octal20661610140205746613333
Binary1000011011011100010110000010000101111100110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860671; }

 p { color: rgb(134,6,113); }

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

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

 a { background-color: rgb(134,6,113); }

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

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

 span { border-color: rgb(134,6,113); }

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